How to add transparency to a PNG image using ImageMagick?
How to reduce PNG file opacity using ImageMagick?
How to modify a PNG's alpha channel using ImageMagick?
Use case:
You have several PNG images like this (Source opacity: 100%)
And what to increase their transparency like this (Target opacity: 70%)
Using ImageMagick's convert
command, allowing to script and process hundreds of icons at a time.
(Note: Background pattern is only used to highlight transparency)