เครื่องมือแปลงออนไลน์ฟรีสำหรับแปลงไฟล์เป็น TIFF64
เรารับประกันคุณภาพ ความสะดวก และการรองรับทุกรูปแบบ
| ประเภทข้อมูล | Image |
| ประเภท MIME | image/tiff |
| ผู้พัฒนา | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| กรณีการใช้งานหลัก | ภาพแรสเตอร์ขนาดใหญ่มาก: whole-slide microscopy, georaster ขนาดใหญ่ (GeoTIFF), สแกนความละเอียดสูง/ไฟล์มาสเตอร์, ข้อมูลวิทยาศาสตร์ |
TIFF64 (BigTIFF) คือเวอร์ชันของ TIFF ที่ใช้ offset แบบ 64-bit เพื่อข้ามข้อจำกัดของ TIFF แบบเดิม (~4GB) โดยยังคงโครงสร้างแบบ tag เหมือน TIFF.
| ประเภทข้อมูล | Image |
| ประเภท MIME | image/tiff |
| การบีบอัด | Optional; same concept as TIFF (compression is defined by tags, varies by file/profile) |
| ความลึกของสี | 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 |
| ปริภูมิสี | Flexible via tags: grayscale, RGB/RGBA, CMYK, YCbCr, Lab, and others depending on PhotometricInterpretation and related tags |
| รองรับความโปร่งใส | ใช่ |
| รองรับภาพเคลื่อนไหว | ไม่ |
| รองรับข้อมูล EXIF | ใช่ |
| เมตาดาตา | โมเดลเมทาดาทาแบบ tag เหมือน TIFF (มักมีแท็กแนว Exif) และมีส่วนขยายอย่าง GeoTIFF (ขึ้นกับเครื่องมือ) BigTIFF เปลี่ยนหลัก ๆ ที่ขนาด offset/count ไม่ได้เปลี่ยนแนวคิดเมทาดาทา. |
| ประเภทโครงสร้าง | Header + one or more IFDs (pages) + image data (strips/tiles) + tag value data; uses 64-bit offsets/counts where applicable |
| มาตรฐาน / ข้อกำหนด | TIFF 6.0 (1992) + BigTIFF design/specification (LibTIFF / BigTIFF documentation) |
| ขนาดไฟล์โดยทั่วไป | Often multi-gigabyte for large scans/rasters; size depends on resolution, bit depth, number of pages, and compression |
| ปีที่เปิดตัว | 2004 |
รูปแบบไฟล์ TIFF64 มีข้อดีหลายประการ ทำให้เหมาะสำหรับการใช้งานทั่วไป
รูปแบบไฟล์ TIFF64 มีข้อจำกัดบางประการ ซึ่งอาจส่งผลต่อการใช้งานในบางสถานการณ์
ไฟล์ภาพ TIFF64 ได้รับการรองรับอย่างแพร่หลายและสามารถดูได้บนอุปกรณ์และแพลตฟอร์มส่วนใหญ่
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