Convert to grayscale , keep transparency
Posted: 2008-06-06T03:15:36-07:00
Hi ,
My problem is that i don't see how to convert a png image with a transparent background and keeping it transparent.
With
transparency become black background.
If anyone can help.
Thank you
My problem is that i don't see how to convert a png image with a transparent background and keeping it transparent.
With
Code: Select all
convert -type Grayscale "picture.png" "picture_nb.png"
transparency become black background.
If anyone can help.
Thank you