2022-03-07 10:30:12 +01:00
2026-04-27 20:43:28 +02:00
2025-04-16 13:34:31 +02:00
2024-03-01 09:42:06 +01:00
2025-01-27 10:37:15 +01:00
2022-03-01 10:35:02 +01:00
2022-04-05 16:38:02 +02:00
2022-04-05 16:38:02 +02:00
2022-03-06 17:31:10 +01:00
2022-03-06 17:31:10 +01:00
2017-03-03 12:40:01 +01:00
2022-04-05 16:38:02 +02:00
2022-03-06 17:31:10 +01:00

TIFF Specifications
===================

== EXIF IFD (and other private IFDs) ==

Because Adobe registers the private TIFF-tags, we know little about these tags in the wild. In the specification it would be suggested to use a special IFD if you need more than small amount of private TIFF tags.

This affects also the tags used for EXIF data. Our interpretation is, if you have an IFD for private tags, they should only be referenced from this IFD and not from base IFD directly.

== offsets on word boundary ==

The specification is very clear. Offsets should only point to odd addresses. We think this is important for longterm preservation, because it makes the TIFF format more robust and repairable if some bit flipping occurs.

== tags in ascending order ==

see offset and word boundary, same reason

== ASCII ==

The specification defines ASCII as chars with bytes 0-127 (see section "Types",
page 16 of TIFF 6.0 spec). But some tags with type ASCII have additional
constraints. For full ASCII-range you could use the value "fullascii" in the
config file. If you want to ensure only printable ASCII is used, try
"printascii". You could also use the regex-value, which understands the POSIX
character classes. Therefore you could use "^[[:print:]]\+$" as replacement.
S
Description
"checkit_tiff" is an incredibly fast conformance checker for baseline TIFFs (with various extensions), see http://andreas-romeyke.de
Readme 16 MiB
Vitaminwater Latest
2026-04-28 19:48:46 +00:00
Languages
C 63.2%
HTML 20.6%
Perl 10.6%
CMake 2.7%
Shell 2.4%
Other 0.5%