"UnrecognizedLayerType Flatten" Error
Posted: 2010-09-01T01:28:11-07:00
Hey, I'm really confused about this issue but this is what I can gather:
I've been using a script I wrote for months, and suddenly everything stopped working on the 25th. My "convert -version" reports 6.2.8 from August 25th. The error I'm getting is "UnrecognizedLayerType Flatten". My code is basically this:
I didn't upgrade ImageMagick manually so I don't know what's going on, but it seems like a strange coincidence that this version's from the same day it all stopped working.
I've been using a script I wrote for months, and suddenly everything stopped working on the 25th. My "convert -version" reports 6.2.8 from August 25th. The error I'm getting is "UnrecognizedLayerType Flatten". My code is basically this:
Code: Select all
convert -page +0+0 jknkjfng/1.png -page +19+0 nefken/1_1.png -page +19+0 jgkbrkjg/1_6.png -background transparent -layers flatten +repage whatever.png
I didn't upgrade ImageMagick manually so I don't know what's going on, but it seems like a strange coincidence that this version's from the same day it all stopped working.