S***@empirecorp.org
2002-12-24 18:22:39 UTC
I built ImageMagick-5.4.9 to work with tiffs and jpegs:
bash-2.03$ ./convert -list format | egrep -i 'jpeg|tiff'
APP1JPEG* rw- Raw JPEG binary data
EPT rw- Adobe Encapsulated PostScript with TIFF preview
JP2* --- JPEG-2000 JP2 File Format Syntax
JPC* --- JPEG-2000 Code Stream Syntax
JPEG* rw- Joint Photographic Experts Group JFIF format (62)
PTIF* rw- Pyramid encoded TIFF
TIFF* rw+ Tagged Image File Format (42)
bash-2.03$ ./identify /tmp/old.tif
/tmp/old.tif TIFF 776x456+0+0 PseudoClass 256c 8-bit 17552b 0.3u 0:01
/identify: Old-style JPEG compression support is not configured.
(/tmp/old.tif).
bash-2.03$
How do I get 'Old-style JPEG compression' support ?
-Thanks
Stephen More
bash-2.03$ ./convert -list format | egrep -i 'jpeg|tiff'
APP1JPEG* rw- Raw JPEG binary data
EPT rw- Adobe Encapsulated PostScript with TIFF preview
JP2* --- JPEG-2000 JP2 File Format Syntax
JPC* --- JPEG-2000 Code Stream Syntax
JPEG* rw- Joint Photographic Experts Group JFIF format (62)
PTIF* rw- Pyramid encoded TIFF
TIFF* rw+ Tagged Image File Format (42)
bash-2.03$ ./identify /tmp/old.tif
/tmp/old.tif TIFF 776x456+0+0 PseudoClass 256c 8-bit 17552b 0.3u 0:01
/identify: Old-style JPEG compression support is not configured.
(/tmp/old.tif).
bash-2.03$
How do I get 'Old-style JPEG compression' support ?
-Thanks
Stephen More