Hello, I'm running LIBTIFF version 3.8.2 and I've checked the files mentioned below and everything seems correct (NOTE: we have tiffconf.h instead of tiffconf-32.h).
Still can't get compression to work in 6.4.2 Any other thoughts or suggestions appreciated. Here's what I found: ------------------- magick-config.h #ifndef MAGICKCORE_HAVE_TIFFGETCONFIGUREDCODECS #define MAGICKCORE_HAVE_TIFFGETCONFIGUREDCODECS 1 #endif tiffvers.h #define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.8.2\nCopyright (c) 1988-1996 tiffconf.h #define JPEG_SUPPORT 1 #define YCBCR_SUPPORT Cheers, Leigh Ahwai Manager, Development Ext: 4037 3685 Richmond Road, Suite 500 Ottawa, ON, Canada K2H 5B7 t: 613.829.0414 f: 613.829.0515 www.chipworks.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2008 12:15 PM To: [EMAIL PROTECTED]; Leigh Ahwai; [email protected] Subject: RE: [magick-users] Problems with compression in 6.4.2 Q16 (Debian)? > TIF* TIFF rw+ Tagged Image File Format (42) Check magick-config.h. Is MAGICKCORE_HAVE_TIFFGETCONFIGUREDCODECS defined? Check tiffvers.h and report the TIFFLIB_VERSION define. Check tiffconf-32.h and see if JPEG_SUPPORT and YCBCR_SUPPORT are defined. If one of these is not defined, ImageMagick assumes JPEG compression is not available and defaults to NONE compression. This e-mail message may contain client privileged and/or confidential information, and is intended only for the use of the individual or entity named above. Any unauthorized use, dissemination or copying is strictly prohibited. If you have received this communication in error, please notify us immediately by reply e-mail and delete or discard this message. Thank you. _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
