MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / TiffHeader

Method TiffHeader

src/tiffimage_int.cpp:2319–2321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2317}
2318
2319TiffHeader::TiffHeader(ByteOrder byteOrder, uint32_t offset, bool hasImageTags) :
2320 TiffHeaderBase(42, 8, byteOrder, offset), hasImageTags_(hasImageTags) {
2321}
2322
2323bool TiffHeader::isImageTag(uint16_t tag, IfdId group, const PrimaryGroups* pPrimaryGroups) const {
2324 if (!hasImageTags_) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected