|
Enrollment 28.2.0
|
#include "enrollment/Image/ImageExecutor.h"#include "enrollment/Serialization/Writer.h"#include <array>#include <cmath>#include <cstdint>#include <memory>#include <vector>Go to the source code of this file.
Classes | |
| class | ImageDpi |
| Image DPI. More... | |
| class | RawImage |
| Contains plain image data. More... | |
| class | ImageDimensions |
| It holds width and height of Image. More... | |
| class | Point |
| It holds X and Y coordinates of point. More... | |
| class | Rectangle |
| It holds rectangle vertexes, width, height. More... | |
| class | Line |
| It holds line points. More... | |
| class | Circle |
| It holds circle dimensions. More... | |
| class | Polygon |
| It holds polygon points. More... | |
| class | RGB |
| It holds RGB colors. More... | |
| class | RGBA |
| It holds RGB color with transparency. More... | |
| class | Colors |
| It holds color literals. More... | |
Typedefs | |
| using | ImageDimension = unsigned int |
| Image dimension. | |
| using | ImageHeight = ImageDimension |
| Image Height. | |
| using | ImageWidth = ImageDimension |
| Image Width. | |
| using | X = int |
| X coordinate. | |
| using | Y = int |
| Y coordinate. | |
| using | Angle = float |
| Angle in degrees. | |
| using | Radius = unsigned int |
| Radius. | |
Variables | |
| constexpr ImageDpi | DefaultDpi |
| Provides default DPI Default DPI is 500. | |