http://rt.cpan.org/Ticket/Display.html?id=20415
authorTony Cook <tony@develop=help.com>
Thu, 13 Jul 2006 11:04:53 +0000 (11:04 +0000)
committerTony Cook <tony@develop=help.com>
Thu, 13 Jul 2006 11:04:53 +0000 (11:04 +0000)
commita50608d24587505189f15e1c5062539c193c7556
tree5670e3bf39d2a1750168347d2244fa420466d2fd
parente15cea68d5acf3089138b252ba0cfc15e3818384
http://rt.cpan.org/Ticket/Display.html?id=20415

Reading a CMYK TIFF with no alpha would result in a 4-channel image.

Also, reading a CMYK TIFF with an alpha channel would fail to read.

Reading a CMYK TIFF with 2 alpha channels would fail to read.

Reading a RGB TIFF with 2 alpha channels would also fail to read.
MANIFEST
lib/Imager/Files.pod
t/t106tiff.t
testimg/scmyk.tif [new file with mode: 0644]
testimg/scmyka.tif [new file with mode: 0644]
testimg/scmykaa.tif [new file with mode: 0644]
testimg/slab.tif [new file with mode: 0644]
testimg/srgb.tif [new file with mode: 0644]
testimg/srgba.tif [new file with mode: 0644]
testimg/srgbaa.tif [new file with mode: 0644]
tiff.c