Page 1 of 1

mogrify xcf to png

Posted: 2010-05-19T01:13:42-07:00
by rylander
I've got a convert command that works:

Code: Select all

convert -flatten -type Grayscale input.xcf output.png
Now I want to batch convert a lot of xcf's so trying to use mogrify but can't get it to work.

Code: Select all

mogrify -flatten -type Grayscale -format png -verbose *.xcf
Results in
"mogrify: unrecognized option `-flatten'."

So how can I flatten layers with mogrify?

Re: mogrify xcf to png

Posted: 2010-05-19T08:00:33-07:00
by snibgo
The command works for me, on IM 6.6.0-8 on Windows 7.

What version IM are you on? If old, an upgrade might do the trick.