Search found 1 match
- 2015-10-05T02:26:36-07:00
- Forum: Users
- Topic: How to make a PNG Transparent with their Alpha image?
- Replies: 1
- Views: 1242
How to make a PNG Transparent with their Alpha image?
Hi everyone, so I'm trying to make a PNG picture background transparent already having its original Alpha 'layer'. So all I found was this code. for %%f in (i\*.png) do convert %%f "i\%%~nf_A.png" -alpha Off -compose CopyOpacity -composite "out\%%~nf_out.png" But it doesn't works, the following ...