Skip to content

Class in C++ for resizing and centering images. Can be used to manipulate batches of images.

License

Notifications You must be signed in to change notification settings

TyroneAmorim/ResizeImage_plusplus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Based on the project: Magick++ API

How to compile:

c++ -std=c++17 `Magick++-config --cxxflags --cppflags` -O2 -o program_example  main_example.cpp src/ResizeImage++.cpp -Iinclude \
  `Magick++-config --ldflags --libs`

About

Class in C++ for resizing and centering images. Can be used to manipulate batches of images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages