Convertitore online gratuito per convertire file in TIFF64.
Garantiamo qualità, praticità e supporto per tutti i formati.
| Tipo di dati | Image |
| Tipo MIME | image/tiff |
| Sviluppatore | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| Casi d’uso principali | Raster enormi: whole-slide microscopy, grandi georaster (GeoTIFF), scansioni ad alta risoluzione/master d’archivio, dati scientifici |
TIFF64 (BigTIFF) è una variante di TIFF con offset a 64 bit che supera il limite ~4 GB del TIFF classico mantenendo la struttura a tag.
| Tipo di dati | Image |
| Tipo MIME | image/tiff |
| Compressione | Optional; same concept as TIFF (compression is defined by tags, varies by file/profile) |
| Profondità colore | 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 |
| Spazio colore | Flexible via tags: grayscale, RGB/RGBA, CMYK, YCbCr, Lab, and others depending on PhotometricInterpretation and related tags |
| Supporto trasparenza | Sì |
| Supporto animazione | No |
| Supporto metadati EXIF | Sì |
| Metadati | Stesso modello di metadati a tag di TIFF (spesso con tag tipo Exif) ed estensioni come GeoTIFF (dipende dagli strumenti). BigTIFF cambia soprattutto dimensioni di offset/count. |
| Tipo di struttura | Header + one or more IFDs (pages) + image data (strips/tiles) + tag value data; uses 64-bit offsets/counts where applicable |
| Standard / specifica | TIFF 6.0 (1992) + BigTIFF design/specification (LibTIFF / BigTIFF documentation) |
| Dimensione tipica del file | Often multi-gigabyte for large scans/rasters; size depends on resolution, bit depth, number of pages, and compression |
| Anno di introduzione | 2004 |
Il formato di file TIFF64 offre diversi vantaggi che lo rendono adatto agli usi più comuni.
Il formato di file TIFF64 presenta alcune limitazioni che possono influenzarne l’uso in determinati scenari.
Le immagini TIFF64 sono ampiamente supportate e visualizzabili sulla maggior parte dei dispositivi e piattaforme.
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