Skip Menu |

This queue is for tickets about the Image-Info CPAN distribution.

Report information
The Basics
Id: 22507
Status: resolved
Worked: 15 min
Priority: 0/
Queue: Image-Info

People
Owner: TELS [...] cpan.org
Requestors: MARKOV [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.23
Fixed in: (no value)



The tiff.h lists many more compressions than Image/TIFF.pm. I hope you strive for completeness. Otherwise, please return the value of the tag not an empty string. Full list: COMPRESSION_NONE 1 /* dump mode */ COMPRESSION_CCITTRLE 2 /* CCITT modified Huffman RLE */#define COMPRESSION_CCITTFAX3 3 /* CCITT Group 3 fax encoding */#define COMPRESSION_CCITT_T4 3 /* CCITT T.4 (TIFF 6 name) */ COMPRESSION_CCITTFAX4 4 /* CCITT Group 4 fax encoding */#define COMPRESSION_CCITT_T6 4 /* CCITT T.6 (TIFF 6 name) */ COMPRESSION_LZW 5 /* Lempel-Ziv & Welch */ COMPRESSION_OJPEG 6 /* !6.0 JPEG */ COMPRESSION_JPEG 7 /* %JPEG DCT compression */ COMPRESSION_NEXT 32766 /* NeXT 2-bit RLE */ COMPRESSION_CCITTRLEW 32771 /* #1 w/ word alignment */ COMPRESSION_PACKBITS 32773 /* Macintosh RLE */ COMPRESSION_THUNDERSCAN 32809 /* ThunderScan RLE */ COMPRESSION_IT8CTPAD 32895 /* IT8 CT w/padding */ COMPRESSION_IT8LW 32896 /* IT8 Linework RLE */ COMPRESSION_IT8MP 32897 /* IT8 Monochrome picture */ COMPRESSION_IT8BL 32898 /* IT8 Binary line art */ COMPRESSION_PIXARFILM 32908 /* Pixar companded 10bit LZW */ COMPRESSION_PIXARLOG 32909 /* Pixar companded 11bit ZIP */ COMPRESSION_DEFLATE 32946 /* Deflate compression */ COMPRESSION_ADOBE_DEFLATE 8 /* Deflate compression, as recognized by Adobe */
Subject: Re: [rt.cpan.org #22507]
Date: Fri, 27 Oct 2006 15:51:35 +0200
To: bug-Image-Info [...] rt.cpan.org
From: Tels <nospam-abuse [...] bloodgate.com>
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Moin,. On Monday 23 October 2006 17:25, via RT wrote: Show quoted text
> Mon Oct 23 11:25:45 2006: Request 22507 was acted upon. > Transaction: Ticket created by MARKOV > Queue: Image-Info > Subject: (No subject given) > Broken in: 1.23 > Severity: Normal > Owner: Nobody > Requestors: MARKOV@cpan.org > Status: new > Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=22507 > > > > The tiff.h lists many more compressions than Image/TIFF.pm. I hope you > strive for completeness. Otherwise, please return the value of the tag > not an empty string. Full list:
Thank you for your report! I have added the missing values in v1.24, you can get a pre-release version here: http://bloodgate.com/perl/packages/devel/ Please test that this resolves your issue. A few small, freely redistributable TIFF files with these values use would be good for adding testcases. Best wishes, Tels - -- Signed on Fri Oct 27 15:50:05 2006 with key 0x93B84C15. Visit my photo gallery at http://bloodgate.com/photos/ PGP key on http://bloodgate.com/tels.asc or per email. "Yeah. Whatever." -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iQEVAwUBRUIO53cLPEOTuEwVAQLqVgf8C8+2aX7A3jUqzuCFtWpbLIrbscXdbdpH ayiIMuTR+btkVT+eTmMMLhDTIh3xgF8hRsveMQatQbw2jYpzsXZx+z5ebfLQqo+E YOTu5yMhvGN+l3t9lYnUbC0mViWOiEDlDY7cTkhXJvh9ViN/wwDdzh/ekFS5NpG4 z2p3YXi1Qn4EDEVFLELzBiFnpBlJdzRi8iaew4kRM+p14gGJ58M/+hlLq/Qg47rs AyGyOPtAecp9JKgmPE47ty4xfK0qIOrIwa1fw6g4WMlCOH7ezYEsTmxMWWga1c3R Sab9d3j3gfjng77l1YFr/qyUBk8gTGI+cgr7J3hxZ1lmtZ9gwjPaaQ== =9rfO -----END PGP SIGNATURE-----
I added the missing values and released v1.24 to CPAN. Thank you for your report, Tels