Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Stegano


ghost's Avatar
0 0

Doese anyone know a software that compares two pictures visually,pixel by pixel and gives me the difference?

Thanks!


ghost's Avatar
0 0

if it's 4 bitmaps i could code you somthing….


ghost's Avatar
0 0

You could make your own function really. Set up 2 for loops, find a function that returns the color triplets, make yours return the difference when the pixel arrays don't match. As for libraries, there has to be some that has a its own function for that.


ghost's Avatar
0 0

The pictures are .jpg :)

Edit: And Uber0n,ty but i've already tryed that soft.It doesen t work.


Uber0n's Avatar
Member
0 0

sharpskater80 wrote: As for libraries, there has to be some that has a its own function for that. I believe VB has a standard function for that, and I know it's possible in C++. I've also seen it as a DLL for GML ;)


ghost's Avatar
0 0

Finally i managed to find the differences.

Ty anyway!