narayanjr Posted April 8, 2008 Posted April 8, 2008 is it possible to take a checksum and convert it back into an image?
narayanjr Posted May 3, 2008 Author Posted May 3, 2008 bump Does any one know if it is possible? and does anyone know exactly how PixelChecksum calculates the sum?
weaponx Posted May 3, 2008 Posted May 3, 2008 bumpDoes any one know if it is possible?and does anyone know exactly how PixelChecksum calculates the sum?The checksum is nothing more than a hash using the pixels in the area you define. This is a unique number and is only meant for comparison,
CodeMaster Rapture Posted May 4, 2008 Posted May 4, 2008 And I'd like to mention that a pixel checksum for the same unaltered area isn't always the same. Not sure why...
martin Posted May 4, 2008 Posted May 4, 2008 And I'd like to mention that a pixel checksum for the same unaltered area isn't always the same. Not sure why...Sounds unlikely to me. Can you demonstrate that? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
MikeP Posted May 4, 2008 Posted May 4, 2008 If that would be the case then PixelCheckSum would be pointless since it would be impossible to detect visual changes which is precisely the purpose of this function... I wonder what he meant. About the topic, I think the thread creator should explain what he's trying to do because there's probably other ways around to what he wants... but reversing a checksum to a pixel area is obviously far from his solution since it's impossible. To explain.. it's like I'm giving you the number "4" and you must tell me what were the numbers used for the addition ... 1+3 ? 1+2+2 ? 1+1+1+1 ? 2+2 ? 2+1+1 ? 3+1 ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now