12-10-2022, 05:31 PM
(11-20-2022, 05:28 AM)madscijr Wrote:(11-20-2022, 04:42 AM)James D Jarvis Wrote: Couldn't you just:
Put image1 on a screen
Put image2 on the screen with a XOR
Any pixels that aren't the background color will be pixels that are different in the two images.
Count them (well, have a program do that ). How many pixels need to be different before you can make a decision on comparison is up to you.
That's kind of brilliant, but how do you put an image with XOR??
Sorry for late reply, I missed the question. As mnrvovrfc just use PUT. There are of course limitations because you can't rescale as quickly as you can with _putimage.
PUT (graphics statement) - QB64 Phoenix Edition Wiki