11-13-2019 03:04 AM
Hi,
I need to add watermark to an image, I made a small project that does it following the alphablend CVI example (see Attachment).
12-11-2019 02:58 AM
Bitmaps are images in memory, so yes, you can manipulate them as you wish at the bit level. Just look at all the bitmap functions available. On the other hand you might be able to find some ready-made image manipulation functions (gd comes to mind) to do higher level stuff.