Unable to create thumbnail for TIFF image with channels
Posted: 2010-06-28T23:57:57-07:00
Hi all
I've run into an issue with convert.exe on Windows.
We have been using Imagemagick for a couple of years without encountering this issue.
It's this image: http://www.fernando.dk/SEP_12_SBE_box_shot.tif, which has a 2 channels and 3 paths embedded.
I normally create thumbnails like this:
And this generates this image:
It should have looked like so: (generated from photoshop)
It's clear that ImageMagick is using the first channel (Alpha 1) and applying that. How do I tell it not to use the channel?
I've tried removing -flatten, -strip and -colorspace. Same result. If I remove the channels, then it works.
Version info:
Os: Windows 7 pro, 64bit.
Imagemagick: 6.6.0-5 2010-03-08 Q16
Thanks in advance,
Ruvan
I've run into an issue with convert.exe on Windows.
We have been using Imagemagick for a couple of years without encountering this issue.
It's this image: http://www.fernando.dk/SEP_12_SBE_box_shot.tif, which has a 2 channels and 3 paths embedded.
I normally create thumbnails like this:
Code: Select all
convert -flatten -strip -geometry 100x100 -colorspace RGB d:\SEP_12_SBE_box_shot.tif d:\output.jpg
It should have looked like so: (generated from photoshop)
It's clear that ImageMagick is using the first channel (Alpha 1) and applying that. How do I tell it not to use the channel?
I've tried removing -flatten, -strip and -colorspace. Same result. If I remove the channels, then it works.
Version info:
Os: Windows 7 pro, 64bit.
Imagemagick: 6.6.0-5 2010-03-08 Q16
Thanks in advance,
Ruvan