Bezpłatny konwerter online do konwersji plików na TIFF64.
Gwarantujemy jakość, wygodę i obsługę wszystkich formatów.
| Typ danych | Image |
| Typ MIME | image/tiff |
| Twórca | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| Główne zastosowania | Bardzo duże rastry: whole-slide microscopy, duże georastry (GeoTIFF), skany high-res/mastery archiwalne, dane naukowe |
TIFF64 (BigTIFF) to wariant TIFF z offsetami 64-bit, który znosi limit klasycznego TIFF (~4 GB) i zachowuje tagową strukturę TIFF.
| Typ danych | Image |
| Typ MIME | image/tiff |
| Kompresja | Optional; same concept as TIFF (compression is defined by tags, varies by file/profile) |
| Głębia kolorów | 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 |
| Przestrzeń kolorów | Flexible via tags: grayscale, RGB/RGBA, CMYK, YCbCr, Lab, and others depending on PhotometricInterpretation and related tags |
| Obsługa przezroczystości | Tak |
| Obsługa animacji | Nie |
| Obsługa metadanych EXIF | Tak |
| Metadane | Ten sam model metadanych oparty o tagi co TIFF (często z tagami typu Exif) oraz rozszerzenia jak GeoTIFF (zależnie od narzędzi). BigTIFF zmienia głównie rozmiary offset/count. |
| Typ struktury | Header + one or more IFDs (pages) + image data (strips/tiles) + tag value data; uses 64-bit offsets/counts where applicable |
| Standard / specyfikacja | TIFF 6.0 (1992) + BigTIFF design/specification (LibTIFF / BigTIFF documentation) |
| Typowy rozmiar pliku | Often multi-gigabyte for large scans/rasters; size depends on resolution, bit depth, number of pages, and compression |
| Rok wprowadzenia | 2004 |
Format pliku TIFF64 oferuje kilka zalet, które sprawiają, że nadaje się do typowych zastosowań.
Format pliku TIFF64 ma pewne ograniczenia, które mogą wpływać na jego użycie w określonych scenariuszach.
Obrazy TIFF64 są szeroko obsługiwane i mogą być wyświetlane na większości urządzeń i platform.
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