Jump to content
Advert

bolo

Members
  • Posts

    2
  • Joined

  • Last visited

bolo's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Yes, do you have any idea what it might be?
  2. I'm getting different values for the exact same image. Does someone know a way around this? I'm even taking screenshots to compare the pixels, but it looks the same to me... piece of code: $checksum = PixelChecksum(1007, 308, 1007+4, 308+10) _ScreenCapture_Capture(@MyDocumentsDir & "\Image" & $i & ".jpg", 1007, 308, 1007+4, 308+10) I have tried the CRC32 Checksum, and i'm still getting different outputs. Is there a way to get a more rough checksum of the pixels? (without skipping pixels) Thanks
×
×
  • Create New...