convert crashes with JPEG compressed TIFF files

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
gursch
Posts: 20
Joined: 2010-05-25T02:41:06-07:00
Authentication code: 8675308

convert crashes with JPEG compressed TIFF files

Post by gursch »

I have several problems converting JPEG compressed TIFF files to JPEG files (ImageMagick 6.7.3-4 on Windows 7 64 Bit).

It's a simple conversion: convert xy.tif cy.jpg

RGB colorspace: convert crashes
CMYK colorspace: conversion works, but the colors are wrong

If you need I can post sample files.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert crashes with JPEG compressed TIFF files

Post by magick »

We'll need samples. RGB and CMYK conversions work fine for us. Note, CMYK TIFF images create CMYK JPEG images (not RGB).
gursch
Posts: 20
Joined: 2010-05-25T02:41:06-07:00
Authentication code: 8675308

Re: convert crashes with JPEG compressed TIFF files

Post by gursch »

Here are the two files:
http://dl.dropbox.com/u/1973423/Stockholm_cmyk.tif
http://dl.dropbox.com/u/1973423/Stockholm_rgb.tif

Both files were created with Photoshop CS 5.5
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: convert crashes with JPEG compressed TIFF files

Post by magick »

Both your images converted without complaint for us with ImageMagick 6.7.3-6. We first had to convert the CMYK TIFF image to RGB with the -colorspace rgb option.
Post Reply