hauke96 / pico

PICO is a mechanism to compress images using interpolated data. This repo contains a converter and viewer for PICO.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

pico

PICO is a mechanism to compress images using interpolated data. This repo contains a converter and viewer for PICO.

Screenshot

This image shows a photo compressed with an accuracy tolerance (s.blow) of 4. Image or link broken :( please report

How it works

TODO

The algorithm

The format

Problems

  • The quality is pretty bad and the size of the file is not that small. By choosing an accuracy tolerance of 2.5 or lower the ipf file might be greater then an lossless compressed PNG file which is pretty bad.
  • The spereate compression of the color channels does not work well near color gradients. (fixed in v0.2)

About

PICO is a mechanism to compress images using interpolated data. This repo contains a converter and viewer for PICO.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%