|
Realtimestagram
|
| _convert_to_plain | ( | ) |
Converts a pnm image to plain text.
| _create_HSV_image | ( | ) |
Converts an image to HSV colorspace.
| _create_sepia_image | ( | ) |
Converts an image to sepia using image_magick.
| check_if_input_image | ( | ) |
Checks wheter an input image was provided.
| create_color_image | ( | ) |
Creates pnm color image.
| create_gray_image | ( | ) |
Creates pgm gray image where all color channels are averaged into single gray channel.
| create_HSV_image | ( | ) |
Creates a HSV input image with all value per pixel on a single line.
| create_input_image_color | ( | ) |
Creates a color input image.
| create_input_image_gray | ( | ) |
Creates a gray input image.
| create_sepia_image | ( | ) |
Creates a sepia input image with all value per pixel on a single line.
| create_split_HSV_images | ( | ) |
Creates a separate image for Hue, Saturation and Value channel.
| split_color | ( | ) |
Split all rgb values into single lines.
| split_gray | ( | ) |
Split all bit values into single lines.
| split_HSV_image | ( | ) |
Splits an input image into separate Hue, Saturation and Value images.
| usage | ( | ) |
| BITDEPTH = 8 |
Number of bits in output image.
| HEIGHT = 512 |
Number of pixels high the output image will be.
| PERCENTAGE = 80 |
The percentage used in the sepia algorithm.
| WIDTH = 512 |
Number of pixels wide the output image will be.
1.8.12