Enrollment 28.2.0
Loading...
Searching...
No Matches
ImageAttribute.h File Reference
#include "enrollment/Image/ImageExecutor.h"
#include "enrollment/Serialization/Writer.h"
#include <array>
#include <cmath>
#include <cstdint>
#include <memory>
#include <vector>
Include dependency graph for ImageAttribute.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Author
Stefan Bellus stefa.nosp@m.n.be.nosp@m.llus@.nosp@m.inno.nosp@m.vatri.nosp@m.cs.c.nosp@m.om
Date
16.08.2021