This program is a Linux utility for editing BMP images version 3.
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;
Our image | ![]() |
---|---|
RGB Filter | ![]() |
Drawing Circle | ![]() |
Division into parts | ![]() |