Test files › Images › tiff-rgb-be.tif
Sample TIFF file (rgb be)
The same image written in Motorola (big-endian) byte order, which begins "MM" instead of "II".
↓ Download tiff-rgb-be.tif| Filename | tiff-rgb-be.tif |
| Format | TIFF |
| Size | 27.2 KB (27,828 bytes) |
| MIME type | image/tiff |
| SHA-256 | 9a70f704da26587f4b667218071417b0c527aa9100b11776f27172f6f4fe2133 |
What this file catchesByte-order handling. TIFF is the mainstream format that can arrive in either endianness, and readers that assume little-endian silently misread every width, height and offset in the file.
Download & verify
curl -fsSL -o "tiff-rgb-be.tif" "https://files.hexaqa.com/image/tiff-rgb-be.tif"
curl -fsSL "https://files.hexaqa.com/image/tiff-rgb-be.tif" | sha256sum
# expect: 9a70f704da26587f4b667218071417b0c527aa9100b11776f27172f6f4fe2133