Hello all,

We just upgraded from 6.2.4 Q16 (Debian) to 6.4.2 Q16 (Debian) and now I
can't get jpeg compression to work (-compress jpeg).

The following shows output from 
"convert <file1>.tif -compress jpeg <file2>.tif"

In 6.2.4 this worked (tiffinfo shows compression as JPEG) and in 6.4.2
fails (tiffinfo shows compression as None).

Has compression been broken? Do I need to invoke it differently?

Thanks in advance.

[EMAIL PROTECTED]:/mnt/nfs/krypton/md0/home/lahwai$ convert img0001.tif
-compress jpeg img0001_converted.tif
convert: img0001_converted.tif: Unknown pseudo-tag 65537.
`TIFFSetField'.
[EMAIL PROTECTED]:/mnt/nfs/krypton/md0/home/lahwai$ tiffinfo
img0001_converted.tif TIFF Directory at offset 0x32c92 (208018)
  Image Width: 1024 Image Length: 1024
  Resolution: 72, 72 pixels/inch
  Bits/Sample: 8
  Compression Scheme: JPEG          <------------------- COMPRESSION
WORKED
  Photometric Interpretation: RGB color
  FillOrder: msb-to-lsb
  YCbCr Subsampling: 2, 2
  Orientation: row 0 top, col 0 lhs
  Samples/Pixel: 3
  Rows/Strip: 16
  Planar Configuration: single image plane
  DocumentName: img0001_converted.tif
  ImageDescription: ICIS IMAGE -bbox {-213362170 508969040 -213780260
509387130} -captureEpoch 1213980201 -captureTime {2008/06/20 12:43:21}
-size {1024 1024}
  Software: ImageMagick 6.2.4 09/11/06 Q16 http://www.imagemagick.org
  JPEG Tables: (289 bytes)
[EMAIL PROTECTED]:/mnt/nfs/krypton/md0/home/lahwai$ ls -al
img0001_converted.tif
-rw-rw-r-- 1 lahwai lahwai 209307 Jul 17  2008 img0001_converted.tif

[EMAIL PROTECTED]:/mnt/nfs/krypton/md0/home/lahwai$ convert img0001.tif
-compress jpeg img0001_converted2.tif
[EMAIL PROTECTED]:/mnt/nfs/krypton/md0/home/lahwai$ tiffinfo
img0001_converted2.tif TIFF Directory at offset 0x100008 (1048584)
  Image Width: 1024 Image Length: 1024
  Resolution: 72, 72 pixels/inch
  Bits/Sample: 8
  Compression Scheme: None          <------------------ COMPRESSION
FAILED
  Photometric Interpretation: min-is-black
  FillOrder: msb-to-lsb
  Orientation: row 0 top, col 0 lhs
  Samples/Pixel: 1
  Rows/Strip: 8
  Planar Configuration: single image plane
  DocumentName: img0001_converted2.tif
  ImageDescription: ICIS IMAGE -bbox {-213362170 508969040 -213780260
509387130} -captureEpoch 1213980201 -captureTime {2008/06/20 12:43:21}
-size {1024 1024}
  Software: ImageMagick 6.4.2 07/17/08 Q16 http://www.imagemagick.org
[EMAIL PROTECTED]:/mnt/nfs/krypton/md0/home/lahwai$ ls -al
img0001_converted2.tif
-rw-rw-r-- 1 lahwai lahwai 1050068 Jul 17 16:48 img0001_converted2.tif

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] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, July 16, 2008 7:46 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Cc: [email protected]
Subject: Re: [magick-users] large installation design question

> nd here I thought PerlMagick API seemed like a poor stepchild!

PerlMagick is a fully supported API, the ImageMagick developers wrote
it.

> PythonMagick seems like it is even less supported.

PythonMagick is a contributed ImageMagick wrapper.  We did not write it
and
we do not support it.
_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users
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

Reply via email to