Skip to content

A C++ implementation of a Discrete Cosine Transform (DCT) image compression algorithm.

Notifications You must be signed in to change notification settings

jansm04/thumbhash-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thumbhash C++

This is a C++ implementation of the image compression algorithm written by Evan Wallace. The primary use of this algorithm is to store a compact binary encoding of an image so that an approximate placeholder image can be displayed temporarily on the client side while the original file is loading asynchronously.

For a detailed description of how the algorithm works, please see https://evanw.github.io/thumbhash/

About

A C++ implementation of a Discrete Cosine Transform (DCT) image compression algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published