Gratis online converter voor het omzetten van bestanden naar TIFF64.
Wij garanderen kwaliteit, gebruiksgemak en ondersteuning voor alle formaten.
| Gegevenstype | Image |
| MIME-type | image/tiff |
| Ontwikkelaar | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| Belangrijkste gebruiksscenario’s | Zeer grote rasters: whole-slide microscopie, grote georasters (GeoTIFF), high-res scans/archief masters, wetenschappelijke data |
TIFF64 (BigTIFF) is een TIFF-variant met 64-bit offsets die de ~4 GB-limiet van klassieke TIFF opheft en de tag-gebaseerde structuur behoudt.
| Gegevenstype | Image |
| MIME-type | image/tiff |
| Compressie | Optional; same concept as TIFF (compression is defined by tags, varies by file/profile) |
| Kleurdiepte | Wide range via tags (BitsPerSample/SampleFormat): from 1-bit bilevel to 8/16-bit integer per channel; 32-bit integer/float and higher are also used in scientific workflows |
| Kleurruimte | Flexible via tags: grayscale, RGB/RGBA, CMYK, YCbCr, Lab, and others depending on PhotometricInterpretation and related tags |
| Transparantie-ondersteuning | Ja |
| Animatie-ondersteuning | Nee |
| Ondersteuning voor EXIF-metadata | Ja |
| Metadata | Zelfde tag-based metadata-model als TIFF (vaak met Exif-achtige tags) en extensies zoals GeoTIFF (tool-afhankelijk). BigTIFF verandert vooral offset/count-groottes. |
| Structuurtype | Header + one or more IFDs (pages) + image data (strips/tiles) + tag value data; uses 64-bit offsets/counts where applicable |
| Standaard / specificatie | TIFF 6.0 (1992) + BigTIFF design/specification (LibTIFF / BigTIFF documentation) |
| Typische bestandsgrootte | Often multi-gigabyte for large scans/rasters; size depends on resolution, bit depth, number of pages, and compression |
| Jaar van introductie | 2004 |
Het bestandsformaat TIFF64 biedt verschillende voordelen en is geschikt voor veelvoorkomende toepassingen.
Het bestandsformaat TIFF64 heeft bepaalde beperkingen die het gebruik in specifieke situaties kunnen beïnvloeden.
TIFF64-afbeeldingen worden breed ondersteund en kunnen op de meeste apparaten en platforms worden bekeken.
Treat as untrusted input: malformed tags/offsets or crafted compressed data can exploit decoder bugs. Validate dimensions, strip/tile byte counts, and avoid unbounded allocations during parsing/decompression
Openly published specification; widely implemented in common imaging libraries (e.g., LibTIFF) and domain tools