possible bug saving psd files with more than 1 layer
Posted: 2013-12-21T14:05:55-07:00
IM 6.8.7.10 Q16 Mac OSX.
It seems that converting psd files with more than one layer is not handling the additional layers correctly.
The following is a test that I made including a resize (from viewtopic.php?f=3&t=24676), but I get the same kind of results just converting from PSD to PNG or JPG.
I did 3 tests with PS CS. I added different kinds of layers. Then resized to png format. In each case, the additional layers were not converted correctly.
Starting with one layer, test.psd
http://www.fmwconcepts.com/misc_tests/psd_bug/test.psd
1) I just resized it to png and all was fine
convert test.psd -resize 75% test.png
2) I added a second fully transparent layer to test.psd and resized it in IM. I got two layers, but the second layer was not a copy of the second (transparent) layer in the psd file, but an offset copy of the first and partly cyan
http://www.fmwconcepts.com/misc_tests/psd_bug/test2.psd
convert test2.psd -resize 75% test.png
3) I added a second layer to test.psd that was a copy of the first layer and resized it in IM. This time I got 3 png images (rather than the expected 2), where the second layer was not a copy of the second psd layer, but an offset copy and partly cyan and the third layer was black.
http://www.fmwconcepts.com/misc_tests/psd_bug/test3.psd
convert test3.psd -resize 75% test.png
I get the very same erroneous results saving to JPG and in both (JPG and PNG) cases the same erroneous results if I leave off the -resize.
It seems that converting psd files with more than one layer is not handling the additional layers correctly.
The following is a test that I made including a resize (from viewtopic.php?f=3&t=24676), but I get the same kind of results just converting from PSD to PNG or JPG.
I did 3 tests with PS CS. I added different kinds of layers. Then resized to png format. In each case, the additional layers were not converted correctly.
Starting with one layer, test.psd
http://www.fmwconcepts.com/misc_tests/psd_bug/test.psd
1) I just resized it to png and all was fine
convert test.psd -resize 75% test.png
2) I added a second fully transparent layer to test.psd and resized it in IM. I got two layers, but the second layer was not a copy of the second (transparent) layer in the psd file, but an offset copy of the first and partly cyan
http://www.fmwconcepts.com/misc_tests/psd_bug/test2.psd
convert test2.psd -resize 75% test.png
3) I added a second layer to test.psd that was a copy of the first layer and resized it in IM. This time I got 3 png images (rather than the expected 2), where the second layer was not a copy of the second psd layer, but an offset copy and partly cyan and the third layer was black.
http://www.fmwconcepts.com/misc_tests/psd_bug/test3.psd
convert test3.psd -resize 75% test.png
I get the very same erroneous results saving to JPG and in both (JPG and PNG) cases the same erroneous results if I leave off the -resize.