Create (semi-) transparency on "shaded" areas of an image
Posted: 2013-06-21T00:40:32-07:00
Hello.
I have this images and many more like it: https://docs.google.com/file/d/0B5ZUp1_ ... h2X2c/edit
What I want to achieve is getting all black areas transparent and all "shaded" areas (ie: the part behind the trees) either also transparent or ideally semi-transparent
Currently I use this command to get the transparency:
But that leaves me with a lot of opaque shaded areas.
I'm happy for any suggestion!
I have this images and many more like it: https://docs.google.com/file/d/0B5ZUp1_ ... h2X2c/edit
What I want to achieve is getting all black areas transparent and all "shaded" areas (ie: the part behind the trees) either also transparent or ideally semi-transparent
Currently I use this command to get the transparency:
Code: Select all
convert screenshot.jpg -black-threshold 1% -transparent black screenshot_transparent.png
I'm happy for any suggestion!