Skip to content

A fast dynamic image compression class written in C++ to compress image to the lowest possible quality without loss in psychovisual quality.

License

Notifications You must be signed in to change notification settings

Comet-App/CImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CImage

A fast dynamic image compression class written in C++ to compress image to the lowest possible size without loss in psychovisual quality and save in JPEG format.

Required libraries

Supported formats

  • JPG
  • PNG
  • TIF

Any format supported by ImageMagick formats should work.

CMAKE instructions

mkdir build
cd build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
make

How to run binary

  • Using local iimage

    ./CImage ./demo.png
  • Downloading image directly from url

    ./CImage http://some-domain.tld/image.png
  • Setting output image

    ./CImage http://some-domain.tld/image.png output.jpg

About

A fast dynamic image compression class written in C++ to compress image to the lowest possible quality without loss in psychovisual quality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published