bool rotateImage(const fs::path &srcPath, bool shouldRotate)
Rotates an image 90 degrees clockwise if shouldRotate is true.
Definition vpinmdb_image.cpp:76
bool resizeImage(const fs::path &srcPath, int width, int height)
Resizes an image to the specified dimensions if resizeToWindows is true.
Definition vpinmdb_image.cpp:15