Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

AxilleasGalanis/ImageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

24 Commits

Repository files navigation

Image Processing

An image processing program made in C++. The following commands are supported:

くろまる i <filename> as <$token>. Import an image file named "filename" from the filesystem, which corresponds to the unique identifier "$token".

くろまる e <$token> as <filename>. Export the image associated with the "$token" identifier to a file clarified in the "filename" path. If the image is black and white it is exported in PGM format, while if the image is in color it is exported in PPM format.

くろまる d <$token>. Deletes the unique identifier "$token" from the memory along with the image corresponding to it.

くろまる n <$token>. Reverses the brightness of the image corresponding to the unique identifier "$token".

くろまる z <$token>. Histogram equalization of the image corresponding to the unique identifier "$token" is performed.

くろまる m <$token>. The image corresponding to the unique identifier "$token" is reversed (mirrored) along its vertical axis.

くろまる g <$token>. If The original image corresponding to the unique identifier "$token" is black and white, no action is taken. If it is in color, then the original image is replaced by the corresponding black and white, which binds to the same "$token" id. The original color image is deleted.

くろまる s <$token> by <factor>. The image corresponding to the unique identifier "$token" is scaled the "factor" floating point number.

くろまる r <$token> clockwise <Χ> times. The image corresponding to the unique identifier "$token" is rotated clockwise as many times as it is described by the integer parameter "X". If "X" is a negative number then the image is rotated counterclockwise as many times as it is described by the absolute value of integer parameter "X".

くろまる q. Terminates the program. Before termination all memory that was allocated is freed.

About

An image processing program made in C++.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /