Re: Proposal to add a method to Blob to compare them byte-by-byte

On Thu, Sep 4, 2014 at 9:58 PM, Douglas  Sherk <dsherk@mozilla.com> 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/

Received on Friday, 5 September 2014 07:59:04 UTC