HI ,
I am trying the below TIF file to convert to JPG .
Copied the image below
https://docs.google.com/file/d/0B4IKFaN ... hPWFU/edit
command that I used :
convert /b/testDeer.tif -units pixelsperinch -resample 120 -profile /ImageMerchant/config/ICCProfiles/Recommended/USWebCoatedSWOP.icc /A/testDeer.jpg
I using the resample option to maintain the resolution . It is not converting properly , I see the image with white background after the conversion. I am not getting a good image .If i take out the resample option It is converting fine.
Could please any one help me to resolve this issue ?
Thanks,
Lavanya .
Regarding issue with resample option using convert command
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Regarding issue with resample option using convert comma
Your file cannot be opened after downloading. It may be corrupt.
Also what version of IM and on what platform are you trying this.
Also what version of IM and on what platform are you trying this.
Last edited by fmw42 on 2013-11-22T18:21:59-07:00, edited 1 time in total.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Regarding issue with resample option using convert comma
It opened fine for me.
The image has an alpha channel. Even though it is unassociated, IM uses it in the image. If you don't want this, use "-alpha off" after reading the file.
The image has an alpha channel. Even though it is unassociated, IM uses it in the image. If you don't want this, use "-alpha off" after reading the file.
snibgo's IM pages: im.snibgo.com