#+HTML_HEAD: </style>
* General
+:PROPERTIES:
+:CUSTOM_ID: general
+:END:
- This program is free software: released under Creative Commons Zero
(CC0) license
- [[https://www.svjatoslav.eu/projects/][Other software projects hosted at svjatoslav.eu]]
** Source code
+:PROPERTIES:
+:CUSTOM_ID: source-code
+:END:
- [[https://www2.svjatoslav.eu/gitweb/?p=imagesqueeze.git;a=snapshot;h=HEAD;sf=tgz][Download latest snapshot in TAR GZ format]]
- [[https://www2.svjatoslav.eu/gitweb/?p=imagesqueeze.git;a=summary][Browse Git repository online]]
: git clone https://www2.svjatoslav.eu/git/imagesqueeze.git
* Overview
+:PROPERTIES:
+:CUSTOM_ID: overview
+:END:
Lossy image codec. Optimized for photos. I developed it to test out an
image compression ideas.
typical to JPEG are ever seen. I think that is awesome result for
just ~ 2.5 bits per pixel on that color photo.
* Algorithm description
+:PROPERTIES:
+:CUSTOM_ID: algorithm-description
+:END:
+ Color image is split into three separate channels: Y, U and V.
+ Each channel is independently compressed.
difference.
** Algorighm advantages
:PROPERTIES:
+ :CUSTOM_ID: algorithm-advantages
:ID: 1d917f74-e763-4a71-976e-4aa60732efa6
:END:
+ It can be applied to any amount of dimensions, even for sound and
+ Fast: Very little computations per pixel.
* TODO Things to improve
+:PROPERTIES:
+:CUSTOM_ID: todo-things-to-improve
+:END:
- Code documentation is weak.
- Better sample applications needed: