Skip to content

lovekidan/image_compress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image_compress

This tool intent to compress various type of image, for now it supports png apng and jpeg

There are 2 Steps before build the project

step1:config opencv enviroment

a) download the opencv-3.0.0 source code for linux;

b) open the opencv-3.0.0 path and mkdir build;

c) build and install opencv in your machine by input command "cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local/ -D BUILD_SHARED_LIBS=OFF ..";

d) set opencv to your system environment;

step2:config boost environment

a) download the boost-1.57 source code for linux;

b) build and install opencv in your machine by "./bootstrap.sh" and "./b2" and "sudo ./b2 install";

About

compress image such like png apng jpeg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •