• wheresmysurplusvalue [comrade/them]
    ·
    edit-2
    1 year ago

    What is webp? Is it a container or an image codec?

    nevermind I just looked it up

    Lossy WebP compression uses predictive coding to encode an image, the same method used by the VP8 video codec to compress keyframes in videos. Predictive coding uses the values in neighboring blocks of pixels to predict the values in a block, and then encodes only the difference.

    Lossless WebP compression uses already seen image fragments in order to exactly reconstruct new pixels. It can also use a local palette if no interesting match is found.

    A WebP file consists of VP8 or VP8L image data, and a container based on RIFF.