This is my version of the http://www.imagebatch.org/ software. I didn't want to keep installing the old visual studio redistributable every time, so I created this version to maintain only the functions that I use and add the missing ones.
Use Visual Studio 2015 or newer and CMake.
Libraries
- wxWidgest >= 3.1.5 - You need to build it using the project wx_vcXX.sln (XX is your visual studio version) wich is inside the "wxWidgets-3.1.5\build\msw" folder.
- OpenCV >= 4.0.0 - You can download the binaries.
- NSIS >= 3.08 - Used to create the installer.
- Select the input directory with the images (BMP, JPEG, PNG and TIFF are supported on Windows);
- Select the output directory or set the checkbox to use the input as output (the images will be overwritten);
- Select the operation in the notebook;
- Adjust the parameters;
- Press "Start".