change colors in indexed png (all files in folder)
Posted: 2012-09-12T05:00:43-07:00
hello everybody,
i have a large amount of small png's in a folder. i want to replace white with another color in all of them with this:but nothing happens.
the png's are indexed and i thought it's because of that, so i tried to first change that to normal rgb (?) with different variations of- and then try the first command again - but nothing changes.
please help, i've been trying and searching for hours!
ps: i copied all pics to a new folder and try to work agressively, directly overwriting the original.
i have a large amount of small png's in a folder. i want to replace white with another color in all of them with this:
Code: Select all
mogrify *.png -opaque "#ffffff" -fill "#e6d6b7"
the png's are indexed and i thought it's because of that, so i tried to first change that to normal rgb (?) with different variations of
Code: Select all
mogrify [-format...|-define...|-type...] *.png
please help, i've been trying and searching for hours!
ps: i copied all pics to a new folder and try to work agressively, directly overwriting the original.