If you have an image and want to erase (make transparent) a section of it in the shape of another "mask" image (or that image's inverse), how might that be accomplished in QB64PE in a fast efficient way, where the resulting image could still be manipulated, saved, etc.?
Similarly, has anyone done a fast "magic wand" type select to "select" a portion of an image (that can then be copied/drawn on/erased/etc.) starting at a given x,y location matching a given color with an adjustable tolerance level? Or a fast flood fill with a variable tolerance level? Any help appreciated!
Similarly, has anyone done a fast "magic wand" type select to "select" a portion of an image (that can then be copied/drawn on/erased/etc.) starting at a given x,y location matching a given color with an adjustable tolerance level? Or a fast flood fill with a variable tolerance level? Any help appreciated!