Unable to convert a large psb file to jpeg

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
varya
Posts: 3
Joined: 2017-10-10T00:05:19-07:00
Authentication code: 1151

Unable to convert a large psb file to jpeg

Post 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.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Unable to convert a large psb file to jpeg

Post 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
varya
Posts: 3
Joined: 2017-10-10T00:05:19-07:00
Authentication code: 1151

Re: Unable to convert a large psb file to jpeg

Post 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.
Post Reply