Mask an image c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Mask an image c#

hi, im new to c# here's my prob i need to mask an image with another but i need it to be as fast as possible here's what i tried so far : working with bitmap images and mask it pixel by pixel using lockbits etc set it as a canvas background mask it then exporting it any suggestions? thanks in advance PS: i can send the codes on demand

23rd May 2018, 6:56 AM
Anthony Trad
Anthony Trad - avatar
2 Answers
+ 7
make a direct bitmap class
11th Sep 2018, 10:05 AM
RubyChallenger