Skip to content

Commit

Permalink
Updated for 1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyad Kalla committed Jan 17, 2011
1 parent 98406f0 commit 110dab0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@ imgscalr - Java Image-Scaling Library
http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/


Changelog
---------

1.2
* Default proportional-scaling logic is more straight forward. If an image is
landscape then width is the preferred dimension and the given height is ignored
(and recalculated) and visa-versa if the image is portrait oriented. This gives
much better "default behavior" results.
* Added new convenience method resize(BufferedImage,int,int)
* Modified build.xml to output Maven-friendly artifact names.
* Library now available from the http://maven.thebuzzmedia.com Maven repo, see
"Maven" section on this page for more information:
http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/
* Javadoc is now available on the web at:
http://www.thebuzzmedia.com/downloads/software/imgscalr/javadoc/index.html

Issues Resolved in 1.2:
https://github.com/thebuzzmedia/imgscalr/issuesearch?state=closed&q=release-1.2

1.1
* Initial public release.


License
-------
This library is released under the Apache 2 License. See LICENSE.
Expand Down

0 comments on commit 110dab0

Please sign in to comment.