]> git.imager.perl.org - imager.git/commitdiff
update PNG Changes/.pm for release
authorTony Cook <tony@develop-help.com>
Mon, 30 Apr 2012 09:00:04 +0000 (19:00 +1000)
committerTony Cook <tony@develop-help.com>
Mon, 30 Apr 2012 09:00:04 +0000 (19:00 +1000)
PNG/Changes
PNG/PNG.pm

index 52bc4017ba8bbb6618accf1378cbc226b9345df0..940da03635e14abafd3ddc8732a95808f56bb7ec 100644 (file)
@@ -1,7 +1,3 @@
-
- - improve error reporting to actually report the error text from
-   libpng.
-
 Imager-File-PNG 0.84
 ====================
 
@@ -11,6 +7,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
 ====================
 
index f3ce983d6ce470fe12efc8b4406770e4b08491c4..da6bda5c05f003a6742e16ca6e1fb8d68690c90d 100644 (file)
@@ -4,7 +4,7 @@ use Imager;
 use vars qw($VERSION @ISA);
 
 BEGIN {
-  $VERSION = "0.83";
+  $VERSION = "0.84";
 
   require XSLoader;
   XSLoader::load('Imager::File::PNG', $VERSION);