Path to this page:
Subject: CVS commit: pkgsrc/graphics/p5-Image-Size
From: Thomas Klausner
Date: 2012-10-22 01:05:31
Message id: 20121021230531.309BF175DD@cvs.netbsd.org
Log Message:
Update to 3.232. Add missing REPLACE_PERL.
3.232 Monday May 28, 2012, 05:20:00 PM -0700
* lib/Image/Size.pm
Removed the "!" flag in pack template for EMF. It was not
needed and it broke on earlier Perls.
3.231 Wednesday May 23, 2012, 11:30:00 PM -0700
* lib/Image/Size.pm
Small change to swfmxsize for short-buffer issues.
* lib/Image/Size.pm
Multiple changes in this commit: Abandoned AutoLoader; moved
POD to the end of the file now that all the per-format
subroutines are part of the file-proper; fixed cases where lack
of ImageMagick would cause the error message to be overwritten.
* t/all.t
* t/kazeburo-bar.jpg (added)
New test (and image) for JPG tag-offset issue.
* lib/Image/Size.pm
Applied patch from github user kazeburo: bug fix for some jpeg
files
* imgsize
Fixed so that default output now catches errors. Previously,
you would get an "undefined" warning if there was an error in
parsing/sizing the input file.
* lib/Image/Size.pm
Turns out the 4 bounding-box ints for EMF are signed.
Files: