I have been trying out Magick.Net this week and have found it very useful. I ran into a problem trying to do a command matching the following operation using the command line tools.
convert infile.jpg circle_mask.png -alpha Off -compose CopyOpacity -composite outfile.png
The problem I ran into is that the CompositeOperator enum doesn't have the CopyOpacity option. Is that a mistake, or is there some other way to accomplish the same thing?
convert infile.jpg circle_mask.png -alpha Off -compose CopyOpacity -composite outfile.png
The problem I ran into is that the CompositeOperator enum doesn't have the CopyOpacity option. Is that a mistake, or is there some other way to accomplish the same thing?