Trying to change colours in .gif
Posted: 2012-03-08T02:27:35-07:00
Hi.
I was searching for a tool that can change colours in gif in batch mode and i found imagemagick.
I tried to do so but i get an error message.
My command:
the tool lists all the images but does nothing except putting out an errorcode.
and here is the errorcode i get
Anyone an idea what i'm doing wrong?
I was searching for a tool that can change colours in gif in batch mode and i found imagemagick.
I tried to do so but i get an error message.
My command:
Code: Select all
find -name '*.gif' | xargs -n1 -i convert -fill "#2c3e84" -opaque "#339966" {
and here is the errorcode i get
Code: Select all
convert: missing an image filename `./Mobile_ge_1.gif' @ error/convert.c/ConvertImageCommand/2940