Page 1 of 1

Unable to convert a large psb file to jpeg

Posted: 2017-10-10T00:18:12-07:00
by varya
I am using the following command to convert psb files to jpeg.

> magick file.psb -flatten file.jpg

This is generating corrupt image for one large psb file - Google Drive Link of the file.

It is running fine for other psb files.

Re: Unable to convert a large psb file to jpeg

Posted: 2017-10-10T04:35:30-07:00
by magick
How is the image corrupt? We're using ImageMagick 7.0.7-7 and your image appeared to convert properly:

Code: Select all

convert file.psb file%d.jpg
display -resize 10% -colorspace srgb file0.jpg

Re: Unable to convert a large psb file to jpeg

Posted: 2017-10-10T21:17:34-07:00
by varya
Thanks. As the generated file was very large, it wasn't opening in windows. Tried opening it with other tools, working fine. Sorry for the inconvenience.