1#ifndef TAG_PARSER_ASPECTRATIO_H
2#define TAG_PARSER_ASPECTRATIO_H
6#include <c++utilities/conversion/stringbuilder.h>
#define TAG_PARSER_EXPORT
Marks the symbol to be exported by the tagparser library.
Contains all classes and functions of the TagInfo library.
std::string toString() const
Returns the string representation "numerator : denominator".
std::uint16_t denominator
constexpr bool isExtended() const
Returns whether numerator and denominator must be read from extended SAR header.
constexpr bool isValid() const
Returns an indication whether the aspect ratio is present and valid.
constexpr AspectRatio()
Constructs an invalid aspect ratio.