Re: [w3ctag/design-reviews] Request to review Image Decode API (#182)

Since the decode call implies a load (ie all of the data becomes available), it means that the final version of the image is decoded (ie, no progressive frames). The difference is that contrary to animated images, the progressive frames don't actually need to be displayed, so because of the load event, the decode causes the full image to be decoded

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/182#issuecomment-317507802

Received on Monday, 24 July 2017 18:11:52 UTC