My needs are working with images (png and eps) generated from GRASS (http://grass.itc.it/).
My question:
how can I get a fully transparent png image?
With the command:
Code: Select all
convert -transparent red base.png pippo.png
How can I set every colors transparent (all image)? Is there any way to get an image with a percentage of transparency ?
Does anyone know where can I find examples of IM usage in cartography?
Many thanks in advance.