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
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