A HA! It worked. This is exactly what i was looking for . Is there any way to vary the intensity of the transparency? The Result is very transparent...
I guess i could superimpose the image on itself a couple times.. though that seems sloppy.
Thanks again for your help.
Search found 4 matches
- 2014-02-28T11:41:57-07:00
- Forum: Users
- Topic: GIMP Style Tranparency
- Replies: 7
- Views: 3959
- 2014-02-28T11:29:29-07:00
- Forum: Users
- Topic: GIMP Style Tranparency
- Replies: 7
- Views: 3959
Re: GIMP Style Tranparency
I had tried that but It gave me a more complicated error... :(
$ convert smiley.png -alpha off \( +clone -negate \) compose CopyOpacity -composite out.png
convert.im6: unable to open image `compose': No such file or directory @ error/blob.c/OpenBlob/2638.
convert.im6: no decode delegate for this ...
$ convert smiley.png -alpha off \( +clone -negate \) compose CopyOpacity -composite out.png
convert.im6: unable to open image `compose': No such file or directory @ error/blob.c/OpenBlob/2638.
convert.im6: no decode delegate for this ...
- 2014-02-28T11:09:01-07:00
- Forum: Users
- Topic: GIMP Style Tranparency
- Replies: 7
- Views: 3959
Re: GIMP Style Tranparency
I'm getting an unexpected token error on the '(' . I should have mentioned before that i'm using ImageMagick 6.7.7-10 in Linux
- 2014-02-28T10:51:45-07:00
- Forum: Users
- Topic: GIMP Style Tranparency
- Replies: 7
- Views: 3959
GIMP Style Tranparency
In Gimp when you use the Color-to-alpha tool - to remove a background color, for example - any selected area will also become semi transparent.
I would like to automate this process using Image magick, but have not been able to find how to do it. So far, any color-to-alpha exapmles that i have ...
I would like to automate this process using Image magick, but have not been able to find how to do it. So far, any color-to-alpha exapmles that i have ...