WITHDRAWN: possible bug -flatten IM 6.6.9.9 Q16
Posted: 2011-05-19T10:01:17-07:00
WITHDRAWN:
I think this is just my misunderstanding about flattening with each image having transparency and thus needing to set the background from its default white to transparent. If the mike image was not smaller than 800x600, the -size 800x600 xc:none would not be needed. The frame [1] has a virtual offset, but its size is smaller than 800x600.
________________________________
IM 6.6.9.9 Q16 Mac OSX Tiger
Perhaps I misunderstand, but seems that this should work (according to http://www.imagemagick.org/Usage/layers/#flatten) giving a transparent background since mike.psd[1] has a transparent background, but it comes out white.
Source image:
http://www.fmwconcepts.com/misc_tests/f ... s/mike.psd
convert -size 800x600 xc:none mike.psd[1] -flatten PNG32:mike_tmp1.png
However, adding -background none, which seems redundant with xc:none makes it work.
convert -size 800x600 xc:none -background none mike.psd[1] -flatten PNG32:mike_tmp2.png
I think this is just my misunderstanding about flattening with each image having transparency and thus needing to set the background from its default white to transparent. If the mike image was not smaller than 800x600, the -size 800x600 xc:none would not be needed. The frame [1] has a virtual offset, but its size is smaller than 800x600.
________________________________
IM 6.6.9.9 Q16 Mac OSX Tiger
Perhaps I misunderstand, but seems that this should work (according to http://www.imagemagick.org/Usage/layers/#flatten) giving a transparent background since mike.psd[1] has a transparent background, but it comes out white.
Source image:
http://www.fmwconcepts.com/misc_tests/f ... s/mike.psd
convert -size 800x600 xc:none mike.psd[1] -flatten PNG32:mike_tmp1.png
However, adding -background none, which seems redundant with xc:none makes it work.
convert -size 800x600 xc:none -background none mike.psd[1] -flatten PNG32:mike_tmp2.png