Page 1 of 1

Convert to JPG, PhotoShop data error alert

Posted: Mon Jan 08, 2007 3:25 am
by Guest
When loading any converted images to jpg format in adobe photoshop, alert hows pre-load the image file, alert say something about bad data, i guess its telling me the profile is not attached with the image?

so resolve the issue currently i am having to use imagemagick to....
convert /test_images/test.jpg +profile "*" /test_images/test.jpg

doing the above remove any color profile, and no alert. yet is it possible to avoid this issue with nconvert ?

system : NCONVERT v4.51 (Sep 6 2005/15:28:17) Version for Linux x86 (X11)

Re: Convert to JPG, PhotoShop data error alert

Posted: Mon Jan 08, 2007 7:29 am
by xnview
Anonymous wrote:When loading any converted images to jpg format in adobe photoshop, alert hows pre-load the image file, alert say something about bad data, i guess its telling me the profile is not attached with the image?

so resolve the issue currently i am having to use imagemagick to....
convert /test_images/test.jpg +profile "*" /test_images/test.jpg

doing the above remove any color profile, and no alert. yet is it possible to avoid this issue with nconvert ?

system : NCONVERT v4.51 (Sep 6 2005/15:28:17) Version for Linux x86 (X11)
Currently nconvert doesn't save color profile

Posted: Tue Jan 09, 2007 8:04 pm
by Guest
Alright, thanks, just wanted to make sure nconvert did not have any extra options to resolve the issue.

ok no big deal, thanks, ill keep a eye out for that option ,
Nilesh