adding ifd8 and long longs to is8ByteType()

v0.27.3
Michał Walenciak 8 years ago
parent 4837d8cf58
commit 9acc1c56a7

@ -221,6 +221,8 @@ namespace Exiv2 {
bool Image::is8ByteType(uint16_t type)
{
return isRationalType(type)
|| isLongLongType(type)
|| type == Exiv2::tiffIfd8
|| type == Exiv2::tiffDouble
;
}

Loading…
Cancel
Save