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.