useful image editing and bitmap file manipulation functions
code written using MAJERLE's code style
- 1 - Grayscale
- 2 - Invert colors
- 3 - Monochromatic
- 4 - Contour extraction
- 5 - Overlay
- GCC Compiler (C/C++ Compiler) and 'make' utility (both included in the MinGW and Cygwin packages for Windows)
- Python 3.x interpreter and runtime or a software (IDE like Spyder) to run python scripts
First download or clone this repository.
Open Command Prompt or Windows Powershell inside the src directory or use cd to navigate and use make to generate an executable.
make all
make cleanMove the executable to the web directory. Then run the file lancer_interface.py from an IDE (Ex: Spyder) or with the following command :
python lancer_interface.py- Syntax
«path to SAeimages.exe» «path to the directory of your images» «1-5 : choose the desired processing» «first file name» «second file name (only if you choose overlay processing)»
- Example : Image to grayscale & Overlay
SAeimages.exe ../../ 1 test1.bmp SAeimages.exe ../../ 5 test1.bmp test2.bmp
Ibraguim - ibav9506@gmail.com
Project Link : https://github.com/ckizp/SAeimages









