On Thu, Sep 4, 2014 at 9:58 PM, Douglas Sherk <[email protected]> wrote: > A use case I can see for this is setting webapp wallpapers and wanting to see > if an image that a user uploaded is the same as one already in a gallery, but > without having to query a server or store them as anything other than blobs.
If it's a big gallery, you'd still have to query the server, no? Also, if you are comparing images, it seems you want to use something more sophisticated than byte comparison. -- http://annevankesteren.nl/
