If you have a color PNG image with transparency don't do this:
gm mogrify -type grayscale image.png
as it will lose the alpha channel.
You can get a similar result by just desaturating it:
gm mogrify -modulate 100,0 image.png
Showing posts with label reminders. Show all posts
Showing posts with label reminders. Show all posts
Friday, 26 November 2010
Wednesday, 30 December 2009
Subscribe to:
Posts (Atom)