File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,17 @@ Changelog
22
22
than GIMP's Lancsoz3 and Windows 7 built-in resize.
23
23
24
24
https://github.com/thebuzzmedia/imgscalr/issues/61
25
+
26
+ * Fixed subtle bug with incremental scaling and Mode.FIT_EXACT causing the
27
+ incremental scaling to stop too soon resulting in the wrong-sized result
28
+ image.
29
+
30
+ The stop-condition for incremental scaling assumed that in every case the
31
+ width AND height would be shrinking each iteration; when using
32
+ Mode.FIT_EXACT this is not necessarily true as one dimension may not change
33
+ at all or stop changing before another.
34
+
35
+ https://github.com/thebuzzmedia/imgscalr/issues/65
25
36
26
37
4.1
27
38
* Fixed NullPointerException that occurred when debugging was enabled
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ limitations under the License.
23
23
<property name =" javadoc.link.url" value =" http://download.oracle.com/javase/6/docs/api/" />
24
24
25
25
<property name =" version.major" value =" 4" />
26
- <property name =" version.minor" value =" 1 " />
26
+ <property name =" version.minor" value =" 2 " />
27
27
28
28
<property name =" name.file" value =" imgscalr-lib" />
29
29
<property name =" name.file.javadoc" value =" ${ name.file } -${ version.major } .${ version.minor } -javadoc.jar" />
You can’t perform that action at this time.
0 commit comments