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!