]> git.imager.perl.org - imager.git/blobdiff - PNG/Changes
note .dSYM clean up change
[imager.git] / PNG / Changes
index 52bc4017ba8bbb6618accf1378cbc226b9345df0..17d09fd827bb6b876b50f94ffbada2fbf159ee2e 100644 (file)
@@ -1,6 +1,10 @@
+ - clean up .dSYM directories generated performing probes on OS X
+   Mountain Lion.
 
- - improve error reporting to actually report the error text from
-   libpng.
+Imager-File-PNG 0.85
+====================
+
+ - fix some compiler warnings, no functional changes
 
 Imager-File-PNG 0.84
 ====================
@@ -11,6 +15,20 @@ Imager-File-PNG 0.84
    handle a statically linked libpng.
    https://rt.cpan.org/Ticket/Display.html?id=74043
 
+ - PNG rework
+   - improve error reporting
+   - add png_interlace, png_bits tags
+   - read paletted images as paletted images, including transparency
+   - read 1 bit greyscale images as a type suitable for other file
+     handlers to write as bilevel
+   - read 16 bit/sample PNG as 16-bit/sample Imager images
+   - write "bilevel" paletted images as 1 bit grayscale images
+   - write paletted images as paletted images
+   - write 16-bit (or higher)/sample images as 16-bit/sample PNG
+     images
+   - improved metadata support
+   https://rt.cpan.org/Ticket/Display.html?id=29268
+
 Imager-File-PNG 0.83
 ====================