Photoshop files not converting properly
Posted: 2015-02-16T03:59:21-07:00
Hi,
I have been trying ImageMagick to convert .psd files to .png format. All I need is to get a flattened image of the psd file.
Although it is working for most of the files but there is one file (cecilia_input.psd under [0]) I am having inconsistency in conversion.
When I run the command with -flaten property 1 resulting file is produced. Now the file is different from what the photoshop produces while saving it in png format.
There is an inconsistency in files produced from photoshop and ImageMagick.
Note: different versions of ImageMagick produces different results.
file produced by photoshop:
cecilia_output_photoshop.png at [0]
file produced by ImageMagick 6.7.7-10
cecilia_optput_6.7.7-10.png at [0]
file produced by ImageMagick 6.9.0-0
cecilia_output_6.9.0-0.png at [0]
I would like the file to look the same as it does when converted using photoshop.
Any help here will be appreciated.
Following is the command I have used to convert:
convert cecilia.psd -background none -layers merge -thumbnail "1280X1280>" cecilia.jpg
Collateral location:
[0] https://drive.google.com/folderview?id= ... sp=sharing
I have been trying ImageMagick to convert .psd files to .png format. All I need is to get a flattened image of the psd file.
Although it is working for most of the files but there is one file (cecilia_input.psd under [0]) I am having inconsistency in conversion.
When I run the command with -flaten property 1 resulting file is produced. Now the file is different from what the photoshop produces while saving it in png format.
There is an inconsistency in files produced from photoshop and ImageMagick.
Note: different versions of ImageMagick produces different results.
file produced by photoshop:
cecilia_output_photoshop.png at [0]
file produced by ImageMagick 6.7.7-10
cecilia_optput_6.7.7-10.png at [0]
file produced by ImageMagick 6.9.0-0
cecilia_output_6.9.0-0.png at [0]
I would like the file to look the same as it does when converted using photoshop.
Any help here will be appreciated.
Following is the command I have used to convert:
convert cecilia.psd -background none -layers merge -thumbnail "1280X1280>" cecilia.jpg
Collateral location:
[0] https://drive.google.com/folderview?id= ... sp=sharing