knusperli

A deblocking JPEG decoder

  • 所有者: google/knusperli
  • 平台:
  • 许可证: Apache License 2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Knusperli

The goal of Knusperli is to reduce blocking artifacts in decoded JPEG images, by
interpreting quantized DCT coefficients in the image data as an interval, rather
than a fixed value, and choosing the value from that interval that minimizes
discontinuities at block boundaries.

Left: a traditional JPEG decoder (Imagemagick 6.9.7-4). Right: Knusperli.

Lena JPEG, zoomed Lena Knusperli, zoomed

Lena JPEG Lena Knusperli

Building

Knusperli builds with Bazel:

CC=gcc bazel build :knusperli
bazel-bin/knusperli input.jpg output.png

Details

A JPEG encoder quantizes DCT coefficients by rounding coefficients to the
nearest multiple of the elements of the quantization matrix. For every
coefficient, there is an interval of values that would round to the same
multiple. A traditional decoder uses the center of this interval to reconstruct
the image. Knusperli instead chooses the value in the interval that reduces
discontinuities at block boundaries. The coefficients that Knusperli uses, would
have rounded to the same values that are stored in the JPEG image.

Disclaimer

This is not an officially supported Google product.

主要指标

概览
名称与所有者google/knusperli
主编程语言C++
编程语言Python (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2018-03-08 10:06:34
推送于2023-09-10 02:05:58
最后一次提交2021-01-12 22:51:33
发布数0
用户参与
星数468
关注者数19
派生数27
提交数11
已启用问题?
问题数9
打开的问题数6
拉请求数2
打开的拉请求数4
关闭的拉请求数1
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?