Skip to content

tig888/smartResize

Repository files navigation

Software for inteligent image resizing. Algorithem tries to maintain important image regions within original aspect ratio while resizing.

To compile:
mkdir build
cd build
cmake ..
make

To use:
resize input output desiredWidth desiredHeight <mask>

imput - is input image path. Image has to be at least 10x10 pixels rgba
mask - is optional
output - is output image name
desiredWidth and desiredHeight are integers higher then 10 deretmining output dimensions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published