possible bug converting ai to tiff IM 6.8.9.9 Q16 Mac OSX
Posted: 2014-11-12T16:17:14-07:00
I am finding that flattening a transparent ai file while converting to tiff is leaving a perfectly opaque alpha channel rather then removing it.
Input:
https://app.box.com/s/icwny5lzebknx5rq3wxl
Command:
Workaround:
or
Input:
https://app.box.com/s/icwny5lzebknx5rq3wxl
Command:
Code: Select all
convert FQ68DTFT_Fig2.ai -depth 8 -background white -flatten -compress lzw tmp1.tif
Code: Select all
convert FQ68DTFT_Fig2.ai -depth 8 -background white -flatten -compress lzw -alpha off tmp1.tif
Code: Select all
convert FQ68DTFT_Fig2.ai -alpha off -depth 8 -compress lzw tmp1.tif