I am currently trying to convert a PSD, which was saved with compatibility options off in photoshop, to any image format (i.e. jpg or png or tif or really anything else).
The problem I am facing is, that no matter which commands I use, one of these three pictures are the outcome:
ImageMagick Version is: 6.8.7-Q16.
- Complete Black image
- Complete White image
- A noisy black/white image like a bad connected old television
The theoretical outcome should be this:
I have tried many, many command options, some of them listed below:
- convert testbild.psd -flatten -intent Relative -black-point-compensation -profile "sRGB_v4.icc" -strip -background white -flatten -alpha off test.jpg
- convert testbild.psd -flatten -intent Relative -black-point-compensation -profile "CMY.icm" -strip -background white -flatten -alpha off test.jpg
- convert testbild.psd -flatten test.jpg
- any of the above in various combinations
If there is ANY other program which can be executed through the command line and produces the expected result, its highly welcome too!