transparency; IM & carthographie
Posted: 2007-12-13T04:16:08-07:00
I started using ImageMagick 2 days ago (ImageMagick 6.2.4 10/02/07 ). I am a very newbie.
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:
only red color is made transparent.
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.
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.