Skip to content
forked from koofr/epeg

Insanely fast JPEG/JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.

Notifications You must be signed in to change notification settings

bohwaz/epeg-transform

 
 

Repository files navigation

epeg

Insanely fast JPEG/JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.

Forked from https://github.com/mattes/epeg

Dependencies

Linux (Ubuntu 12.04):

sudo apt-get install build-essential cmake nasm

Mac OS X:

brew install cmake nasm

Install

git clone https://github.com/koofr/epeg.git
cd epeg
mkdir build
cd build
cmake ..
sudo make install

About

Insanely fast JPEG/JPG thumbnail scaling with the minimum fuss and CPU overhead. It makes use of libjpeg features of being able to load an image by only decoding the DCT coefficients needed to reconstruct an image of the size desired.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • CMake 3.0%