03-09-2018, 08:39 AM
Could have done with an actual frame, however for lots frames, devolved into individual images maybe a bash script using ImageMagick. For an individual image.
Comes from here: https://www.imagemagick.org/discourse-se...hp?t=31582
A made up test: https://i.imgur.com/ZRYC7Va.jpg
Code:
convert input.png -channel A -fx "p*(p>0.3?1:0)" result.png
Comes from here: https://www.imagemagick.org/discourse-se...hp?t=31582
A made up test: https://i.imgur.com/ZRYC7Va.jpg