Skip to content

Commit

Permalink
Merge pull request #52 from IsseiAoki/1.1.0
Browse files Browse the repository at this point in the history
1.1.0
  • Loading branch information
igreenwood committed Apr 12, 2016
2 parents a3854a9 + 5322844 commit 96b6d6f
Show file tree
Hide file tree
Showing 51 changed files with 2,734 additions and 917 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
Change Log
=========
## Version 1.1.0
* Support large size image(load/crop)
* Improve rotation algorithm
* Drop support for SDK level 9
* Add CropMode 'CIRCLE_SQUARE'
* Remove getRectBitmap() (Use 'CIRCLE_SQUARE' mode instead)
* Shorten CropMode name(ex. RATIO_FIT_IMAGE -> FIT_IMAGE)
* Add prefix to attrs(ex. cropMode -> scv_crop_mode)
* Add animation
* Support maximum output size
* Support fixed output size(width/height)
* Add debug display

## Version 1.0.16
* Fixed bug x + width must be <= bitmap.width() (#40)

Expand Down
Loading

0 comments on commit 96b6d6f

Please sign in to comment.