mogrify xcf to png
Posted: 2010-05-19T01:13:42-07:00
I've got a convert command that works:
Now I want to batch convert a lot of xcf's so trying to use mogrify but can't get it to work.
Results in
"mogrify: unrecognized option `-flatten'."
So how can I flatten layers with mogrify?
Code: Select all
convert -flatten -type Grayscale input.xcf output.png
Code: Select all
mogrify -flatten -type Grayscale -format png -verbose *.xcf
"mogrify: unrecognized option `-flatten'."
So how can I flatten layers with mogrify?