Search found 1 match
- 2012-03-08T02:27:35-07:00
- Forum: Users
- Topic: Trying to change colours in .gif
- Replies: 1
- Views: 3191
Trying to change colours in .gif
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: find -name '*.gif' | xargs -n1 -i convert -fill "#2c3e84" -opaque "#339966" { the tool lists all the images but does nothing except putting ...