Skip to content

Commit

Permalink
Updated fix notes for 4.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Riyad Kalla committed Jan 11, 2012
1 parent 121a51e commit 5a9ddeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ Changelog
than GIMP's Lancsoz3 and Windows 7 built-in resize.

https://github.com/thebuzzmedia/imgscalr/issues/61

* Fixed subtle bug with incremental scaling and Mode.FIT_EXACT causing the
incremental scaling to stop too soon resulting in the wrong-sized result
image.

The stop-condition for incremental scaling assumed that in every case the
width AND height would be shrinking each iteration; when using
Mode.FIT_EXACT this is not necessarily true as one dimension may not change
at all or stop changing before another.

https://github.com/thebuzzmedia/imgscalr/issues/65

4.1
* Fixed NullPointerException that occurred when debugging was enabled
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
<property name="javadoc.link.url" value="http://download.oracle.com/javase/6/docs/api/" />

<property name="version.major" value="4" />
<property name="version.minor" value="1" />
<property name="version.minor" value="2" />

<property name="name.file" value="imgscalr-lib" />
<property name="name.file.javadoc" value="${name.file}-${version.major}.${version.minor}-javadoc.jar" />
Expand Down

0 comments on commit 5a9ddeb

Please sign in to comment.