I don't know if this is really a bug... however, here it goes:
I have the fowling image that I need to change dpi's, convert to jpg, and the width and heigth must remain as well as the clipping path: http://bayfiles.com/file/5Y0T/BStLBq/tif1.tif
I'm doing this:
Code: Select all
convert tif1.tif -resample 150x150 -resize 952x3424 tif_result_1.jpg
Code: Select all
convert tif1.tif -density 150 tif1_150.jpg
If I use -strip option, as i've read in some posts, the dpis is shown correctly... however the image lose the clipping path.
This only happens when i try to convert tif to jpg. If i convert jpg in tif everything goes well.
So, it's a bug or I'm doing something wrong?
Thanks