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.
Unable to convert a large psb file to jpeg
Re: Unable to convert a large psb file to jpeg
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
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.