Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Using Magick.NET for making PNG background transparent

$
0
0
Hi guys,

I used convert.exe in a batch to create transparent PNG files. The parameters have been worked out after running lots of test.
convert.exe [inputfile] ( +clone -colorspace HSB -channel Saturation -separate ) ( -clone 0 -colorspace HWB -channel B -separate ) +channel ( -clone 1-2 -compose plus -composite ) -delete 1-2 -compose CopyOpacity -composite -modulate 100,2000 -level 99%,100% [outputfile]

My question: is there a way to use the .NET API to achieve the same?

Thanks

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>