Skip to content

Commit 96b6d6f

Browse files
committed
Merge pull request #52 from IsseiAoki/1.1.0
1.1.0
2 parents a3854a9 + 5322844 commit 96b6d6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+2734
-917
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
Change Log
22
=========
3+
## Version 1.1.0
4+
* Support large size image(load/crop)
5+
* Improve rotation algorithm
6+
* Drop support for SDK level 9
7+
* Add CropMode 'CIRCLE_SQUARE'
8+
* Remove getRectBitmap() (Use 'CIRCLE_SQUARE' mode instead)
9+
* Shorten CropMode name(ex. RATIO_FIT_IMAGE -> FIT_IMAGE)
10+
* Add prefix to attrs(ex. cropMode -> scv_crop_mode)
11+
* Add animation
12+
* Support maximum output size
13+
* Support fixed output size(width/height)
14+
* Add debug display
15+
316
## Version 1.0.16
417
* Fixed bug x + width must be <= bitmap.width() (#40)
518

0 commit comments

Comments
 (0)