]> git.imager.perl.org - imager.git/commit - pnm.c
- convert t/t107bmp.t to Test::More
authorTony Cook <tony@develop=help.com>
Wed, 24 Aug 2005 01:10:49 +0000 (01:10 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 24 Aug 2005 01:10:49 +0000 (01:10 +0000)
commit77157728e2173c7fc0bc905fc4b3db5df6669e96
treeff7c2adcaead9f2cd08fdb0333e14882a761a1f0
parent3a927a6ba1d2a8d07500be4df3ee0335145269d0
- convert t/t107bmp.t to Test::More
- convert t/t108tga.t to Test::More
- error messages generated reading JPEG or PNG images are now
  available via errstr()
- implement/test/document set_file_limits()/get_file_limits() methods,
  which allow limits on the size of image files read.
22 files changed:
Changes
Imager.pm
Imager.xs
Makefile.PL
TODO
bmp.c
gif.c
image.h
imagei.h
jpeg.c
lib/Imager/Files.pod
limits.c [new file with mode: 0644]
png.c
pnm.c
t/t1000files.t
t/t101jpeg.t
t/t102png.t
t/t104ppm.t
t/t105gif.t
t/t107bmp.t
t/t108tga.t
tga.c