Skip to content

Commit 09160a7

Browse files
author
Riyad Kalla
committed
Updated readme for 2.1 release.
1 parent 7d39c7c commit 09160a7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/
44

55
Changelog
66
---------
7+
2.1
8+
* Scaling of certain image types (and byte layouts) could result in very poor
9+
looking scaled images ("pixelated" look, discolored dithering, etc.). This was
10+
corrected by imgscalr forcibly scaling all source images into the most well-supported
11+
image types by Java2D, resulting in excellent scale result quality regardless
12+
of the Method specified.
13+
* The issue of scaling of poorly supported (by Java2D) image-types can lead
14+
to unexpectedly poor performance was also corrected as a side-effect of this
15+
because all source images are converted to the most commonly supported image
16+
type for Java2D.
17+
718
2.0
819
* API-break: resize(BufferedImage, Method, int, int, boolean, boolean) was removed and
920
replaced by resize(BufferedImage, Method, int, int).

0 commit comments

Comments
 (0)