]> git.imager.perl.org - imager.git/commit
- Finished/rewrote Arnar's old SGI RGB file format support, so Imager
authorTony Cook <tony@develop=help.com>
Tue, 31 Jul 2007 12:19:49 +0000 (12:19 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 31 Jul 2007 12:19:49 +0000 (12:19 +0000)
commitd5477d3d0bc40d154ff61827dbc68f2343171772
tree71fff7e1958543181c279f8ae35d021cade2552f
parente92cd504e52be6fd898e8bb8665cdb32e7721cdb
 - Finished/rewrote Arnar's old SGI RGB file format support, so Imager
   now has full SGI RGB image format, including RLE and 16-bit/sample
   images.
   https://rt.cpan.org/Ticket/Display.html?id=8666

 - logging functions are now available in the API

 - the convert() method now returns an image of the same sample size as
   the source image.
   https://rt.cpan.org/Ticket/Display.html?id=28492
37 files changed:
Changes
Imager.pm
Imager.xs
MANIFEST
Makefile.PL
SGI/Makefile.PL [new file with mode: 0644]
SGI/SGI.pm [new file with mode: 0644]
SGI/SGI.xs [new file with mode: 0644]
SGI/imsgi.c [new file with mode: 0644]
SGI/imsgi.h [new file with mode: 0644]
SGI/t/00load.t [new file with mode: 0644]
SGI/t/10read.t [new file with mode: 0644]
SGI/t/20write.t [new file with mode: 0644]
SGI/testimg/rle.rgb [new file with mode: 0644]
SGI/testimg/rle12.rgb [new file with mode: 0644]
SGI/testimg/rle16.rgb [new file with mode: 0644]
SGI/testimg/rle6.rgb [new file with mode: 0644]
SGI/testimg/rleagr.rgb [new file with mode: 0644]
SGI/testimg/verb.rgb [new file with mode: 0644]
SGI/testimg/verb12.rgb [new file with mode: 0644]
SGI/testimg/verb16.rgb [new file with mode: 0644]
SGI/testimg/verb6.rgb [new file with mode: 0644]
convert.c
feat.h
image.c
imager.h
imdatatypes.h
imext.c
imext.h
imexttypes.h
imio.h
lib/Imager/APIRef.pod
lib/Imager/Files.pod
lib/Imager/Test.pm
rgb.c [deleted file]
t/t1000files.t
t/t67convert.t