X-ray type images are produced on converting Tif to EPS

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
Carter J
Posts: 116
Joined: 2013-12-19T02:20:09-07:00
Authentication code: 6789

X-ray type images are produced on converting Tif to EPS

Post by Carter J »

Hi,

When I used the below command I am able to produce EPS file, but the output EPS file looks like a x-ray image:
convert -alpha off -strip -resample 150 TEST_0201_1.tif[0] -profile "/tmp/ICCProfiles/Recommended/sRGB Color Space Profile.icm" /e2/isys/tiftoepsconverter.eps

I have taken the screen shot of the Original Tiff Image and EPS file generated. Please find the screenshots in the below link:
Tif File
https://www.dropbox.com/s/zcg6jneekp3p2 ... alFile.jpg

EPS File
https://www.dropbox.com/s/ot9qdxuzvlxa73r/X-rayImg.jpg


ImageMagick Version: 6.5.4-7
Thanks in advance...............
Last edited by Carter J on 2014-01-22T02:08:58-07:00, edited 4 times in total.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: X-ray type images are produced on converting Tif to EPS

Post by snibgo »

Please don't double-post. I have replied to your post in Users.
snibgo's IM pages: im.snibgo.com
Carter J
Posts: 116
Joined: 2013-12-19T02:20:09-07:00
Authentication code: 6789

Re: X-ray type images are produced on converting Tif to EPS

Post by Carter J »

@snibgo, This issue is now reproducible with ImageMagick Version 6.8.7-5 also.
Post Reply