onboardapi  9.10.0
by Rheinmetall
M_Common::ImageKind Namespace Reference

Enumerations

enum  Type {
  Bin , Raw8 , Bmp , Png ,
  Jpeg , Svg
}
 Kinds of image enumeration. More...
 

Functions

std::string toString (M_Common::ImageKind::Type val)
 
M_Common::ImageKind::Type fromString (const std::string &val)
 

Enumeration Type Documentation

◆ Type

Kinds of image enumeration.

Enumerator
Bin 

Binary - Raw data without container. Each px is represented by one bit.

Raw8 

Greyscale - Raw data without container. Each px is represented by one byte.

Bmp 

BMP - Bitmap.

Png 

PNG - Portable Network Graphics.

Jpeg 

JPEG - Joint Picture Experts Group.

Svg 

SVG - Scalable Vector Graphics.

Function Documentation

◆ fromString()

M_Common::ImageKind::Type M_Common::ImageKind::fromString ( const std::string &  val)
inline

◆ toString()

std::string M_Common::ImageKind::toString ( M_Common::ImageKind::Type  val)
inline