actually, for images, probably could just be fixing the point at byte 4's first bit
Login to reply
Replies (2)
also, probably would require a lossless compression algorithm for the small versions like png, as the bitmap derived from a jpeg is also fixed. in order to maintain the deterministic math used on it, that allows hashes to be related.
But wouldn't you need the original image first? At which point you are merely adding compute to downscale it after you already obtained it?