However, whatever I try it just goes full black and white.
This is the line I normally use:
Code: Select all
convert inimage.png -channel A -threshold 60%% +channel outimage.png
I have read the documentation and tried other things which I can't remember any more...
So is there a way for me to do this baring in mind I would like the exact same script to work on coloured images, too (but I can always just do them separately at a push).