Converting PSD files to PNG
Posted: 2013-04-30T19:51:41-07:00
Hi there, please see this thread for more details of what I've tried and what others have suggested:
viewtopic.php?f=1&t=23257
Basically I'm trying to convert Print optimised PSD files (with embedded colour profile) to PNGs (with a different embedded colour profile).
ImageMagick v6.8.0-7 (installed from MacPorts) is awesome and has done everything I need to optimise the images except the colour profile conversion
When opening the converted files in Photoshop (with all the profile warnings turned on so I better know what is happening) I get the following error:
The RGB document has a file format that does not support embedded color profiles
As a test I installed the latest (6.8.5-3) ImageMagick, built from source, on a 10.6.8 Snow Leopard computer with xcode 4.2. Configure/Make/Install went flawlessly and 'make check' reported no errors
However, any conversion (with v.6.8.5-3) from a PSD to any file format causes Photoshop (v5.5) to throw up errors. I have tried a couple of different PSDs with the same results.
e.g
JPG: "Could not complete your request because an unknown or invalid JPEG marker type is found."
PNG: "Could not complete your request because the file-format module cannot parse the file."
GIF: Edit: GIF Seems to work ok - just tested it
identify -verbose on these image show them still being photoshop files
Renaming these 'converted' files with PSD extension then allows Photoshop to open them.
So in summary:
v6.8.0-7 doesn't seem to be able to convert colour profiles from psd to png
v6.8.5-3 doesn't seem to want to convert any psd to any other format.
Thanks for any assistance - I hope I am correct in posting this here.
-- Laura
viewtopic.php?f=1&t=23257
Basically I'm trying to convert Print optimised PSD files (with embedded colour profile) to PNGs (with a different embedded colour profile).
ImageMagick v6.8.0-7 (installed from MacPorts) is awesome and has done everything I need to optimise the images except the colour profile conversion
When opening the converted files in Photoshop (with all the profile warnings turned on so I better know what is happening) I get the following error:
The RGB document has a file format that does not support embedded color profiles
As a test I installed the latest (6.8.5-3) ImageMagick, built from source, on a 10.6.8 Snow Leopard computer with xcode 4.2. Configure/Make/Install went flawlessly and 'make check' reported no errors
However, any conversion (with v.6.8.5-3) from a PSD to any file format causes Photoshop (v5.5) to throw up errors. I have tried a couple of different PSDs with the same results.
e.g
JPG: "Could not complete your request because an unknown or invalid JPEG marker type is found."
PNG: "Could not complete your request because the file-format module cannot parse the file."
GIF: Edit: GIF Seems to work ok - just tested it
identify -verbose on these image show them still being photoshop files
Code: Select all
sydmac150:~ xxxxx $ identify -verbose /Users/xxxxx/Desktop/TRU819604.png
Image: /Users/russ1173/Desktop/TRU819604.png
Format: PSD (Adobe Photoshop bitmap)
So in summary:
v6.8.0-7 doesn't seem to be able to convert colour profiles from psd to png
v6.8.5-3 doesn't seem to want to convert any psd to any other format.
Thanks for any assistance - I hope I am correct in posting this here.
-- Laura