Skip to content

Commit

Permalink
update PNG Changes/.pm for release
Browse files Browse the repository at this point in the history
  • Loading branch information
tonycoz committed Apr 30, 2012
1 parent c4a2bc8 commit 537cd40
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 deletions PNG/Changes
@@ -1,7 +1,3 @@

- improve error reporting to actually report the error text from
libpng.

Imager-File-PNG 0.84
====================

Expand All @@ -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
====================

Expand Down
2 changes: 1 addition & 1 deletion PNG/PNG.pm
Expand Up @@ -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);
Expand Down

0 comments on commit 537cd40

Please sign in to comment.