Skip to content

ckizp/SAeimages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SAeimages

useful image editing and bitmap file manipulation functions

code written using MAJERLE's code style

Image processing offered by our program :

  • 1 - Grayscale
  • 2 - Invert colors
  • 3 - Monochromatic
  • 4 - Contour extraction
  • 5 - Overlay

Usage

Requirements

  • 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

From a website

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 clean

Move 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

From CMD

  • 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 

Screenshots

01. Website

02. Console

03. Examples

  • BMP files :

  • Processings :

Contact

Ibraguim - ibav9506@gmail.com

Project Link : https://github.com/ckizp/SAeimages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors