Skip to content

traff1/BMP-image-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BMP image editor

This program is a Linux utility for editing BMP images version 3.

hey there

Program allows to:

  • Get info about image. ( -i or --info keys );
  • change image color ( -F or --rgbFilter keys );
  • Split the image into pieces:
    • It`s possible by two ways:
    • First draws straight line image ( -P or --drawParts keys );
    • The second one separates the image into files ( -V or --saveParts keys );
  • Draw circle:
      It`s possible by two ways:
    • First draws circle by centre coordinates and radius ( -D or --drawCircleByRadius keys );
    • The second one draws circle by coordinates of the left top corner and right bottom corner ( -S or --drawCircleBySquare keys );
  • You can also call -h or --help for help;

Result of program:

Our image
RGB Filter
Drawing Circle
Division into parts

About

This program is a Linux utility for editing BMP images version 3.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages