mogrify .tif to .jpg can't use in photoshop
Posted: 2015-02-18T16:30:26-07:00
Hello,
I been trying convert a folder of images from .tif to .jpg. The convert works fine but the only usable images come from the convert tool. If I use Mogrify to convert several images at once those images once converted to .jpg are unusable in photoshop and don't work to well on windows xp. Is there anyway I can use the convert tool to do several images in a folder to .jpg? It does a better job it seems or at least the images are usable. Anyway here is the code I am using with mogrify
C:\Users\Guts\Desktop\NewFolder>mogrify -resize 2400x2400 -quality 75 -depth 8 -colorspace CMYK -format .jpg *.tif
Once the conversion is done with mogrify if I try to open it in photoshop it just says "Could not complete your request because of a program error." I can view it on windows 7 with windows picture viewer but if I try the same on Windows XP all I get is a green image as if it failed to convert.
I been trying convert a folder of images from .tif to .jpg. The convert works fine but the only usable images come from the convert tool. If I use Mogrify to convert several images at once those images once converted to .jpg are unusable in photoshop and don't work to well on windows xp. Is there anyway I can use the convert tool to do several images in a folder to .jpg? It does a better job it seems or at least the images are usable. Anyway here is the code I am using with mogrify
C:\Users\Guts\Desktop\NewFolder>mogrify -resize 2400x2400 -quality 75 -depth 8 -colorspace CMYK -format .jpg *.tif
Once the conversion is done with mogrify if I try to open it in photoshop it just says "Could not complete your request because of a program error." I can view it on windows 7 with windows picture viewer but if I try the same on Windows XP all I get is a green image as if it failed to convert.