Software Alternatives & Reviews

Fighting JPEG Color Banding

Can I use Guetzli Kraken.io mozjpeg
  1. Compatibility tables for support of HTML5, CSS3, SVG and more in desktop and mobile browsers.
    Pricing:
    • Open Source

    #Website Testing #Browser Testing #CSS 342 social mentions

  2. JPEG encoder from Google Research that aims for great compression with high visual quality.
    Turns out there is a project which does that: https://github.com/google/guetzli.

    #Game Development #Game Engine #3D Game Engine 9 social mentions

  3. Kraken is a robust, ultra-fast image optimizer. Thanks to its vast array of optimization algorithms Kraken is a world ahead of other tools. Want to save bandwidth and improve your website's load times? Look no further and welcome to Kraken!
    How is this different from say, what https://kraken.io is doing. When I upload images there I get a smaller file size and the image looks no different.

    #Image Optimisation #Image Editing #Image Processing 18 social mentions

  4. Mozilla JPEG Encoder Project
    Guetzli was already mentioned and roughly does what you are talking about. MozJPEG [1] includes several quantization tables that are optimized for different contexts (see the quant-table flag and source code for specific tables[2]), and the default quantization table has been optimized to outperform the recommended quantization tables in the original JPEG spec (Annex K). It's also worth noting that MozJPEG uses Trellis quantization [3] to help improve quality without a per-image brute force quantization table search. Basically rather than determining an optimal quantization table for the image, it minimizes rate distortion on a per-block level by tuning the quantized coefficients. [1] https://github.com/mozilla/mozjpeg [2] https://github.com/mozilla/mozjpeg/blob/5c6a0f0971edf1ed3cf318d7b32308754305ac9a/jcparam.c#L74 [3] https://en.wikipedia.org/wiki/Trellis_quantization.

    #Game Development #Game Engine #3D Game Engine 13 social mentions

Discuss: Fighting JPEG Color Banding

Log in or Post with