deterministic scaling functions that use fixed point numbers and multi-party verification of the relation between the original and the scaled versions, mainly.
i could easily write a sinc function using fixed point integers, like, as a pair of 64 bit limbs one being the integer part, and the other being fractional.
Login to reply
Replies (2)
actually, for images, probably could just be fixing the point at byte 4's first bit
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?