Skip to content

SteelPangolin/fracture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fracture

Fracture is a fractal image encoder intended for high-quality image enlargement. It contains a GPGPU hardware-accelerated fractal image encoder (implemented as OpenGL shader programs suitable for the GeForce 7600), as well as a software reference encoder and decoder (implemented in Python).

Examples

Here's Lena after being reduced 2✕ and then enlarged 2✕. Note where the conventional upscaler's output is blurry, Fracture's output preserves lines and texture.

original conventional upscaler Fracture software encoder Fracture GPU encoder
Lena (original) Lena (conventional upscaler) Lena (Fracture software encoder) Lena (Fracture GPU encoder)

See my presentation on "GPU-accelerated fractal imaging" for more of what Fracture can do.

Notes

This is research-grade code from 2009, it's written for Mac OS X, it uses shader programs instead of OpenCL or CUDA, and it was only ever tested on the embedded GeForce 7600 in my iMac. Fracture may require a little tweaking to run on modern Macs, and it'll definitely take some work to run Fracture on Linux, FreeBSD, or Windows.

About

GPU-accelerated fractal image encoder and enlarger

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published