Fractal image compression algorithm (and source code)

I am looking for a decent fractal-based compression algorithm for images. So far, I find dead links to the FIF image format and dead links pointing to Iterated Systems Inc, which then became MediaBin, which then did nothing from what I see.

+3
source share
3 answers

ANSI C source files (enc.c and dec.c) for PIFS (for example, a partition iteration system) are available on the Fractal Image Compression website : theory and application for digital images .

+3
source
+2

The source code "nanocrunch.cpp", which implements another option for compressing a fractal image, was developed by "Boojum" and is the best answer to another question about stack overflow: The problem with the encoding of Twitter images .

+1
source

Source: https://habr.com/ru/post/1744280/


All Articles