BigTIFF
From Just Solve the File Format Problem
(Difference between revisions)
('Identification' section) |
(Updated links) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
| − | |extensions={{ext|tif}} | + | |extensions={{ext|tif}} {{ext|tiff}} |
| + | |locfdd={{LoCFDD|fdd000328}} | ||
}} | }} | ||
== Overview == | == Overview == | ||
| Line 11: | Line 12: | ||
== Software == | == Software == | ||
| − | * [http:// | + | * {{Libtiff}}, starting with version 4. |
| + | * [http://bigtiff.org/ Fork of libtiff], apparently unofficial fork of libtiff which originated with Aperio, now part of Leica Biosystems. | ||
== Sample files == | == Sample files == | ||
| Line 19: | Line 21: | ||
== External links == | == External links == | ||
* [http://www.awaresystems.be/imaging/tiff/bigtiff.html AWare Systems BigTIFF page] | * [http://www.awaresystems.be/imaging/tiff/bigtiff.html AWare Systems BigTIFF page] | ||
| − | * | + | * {{Libtiff|bigtiffpr.html|BigTIFF Proposal}} |
| + | |||
| + | [[Category:TIFF]] | ||
Revision as of 12:21, 18 September 2016
Contents |
Overview
BigTIFF is a TIFF-like image file format, which supports larger files and data structures than does TIFF. It is logically almost identical to TIFF, though it is not compatible with it.
Identification
Files begin with 49 49 2B 00 08 00 00 00 (little-endian BigTIFF), or 4D 4D 00 2B 00 08 00 00 (big-endian BigTIFF).
Software
- LibTIFF, starting with version 4.
- Fork of libtiff, apparently unofficial fork of libtiff which originated with Aperio, now part of Leica Biosystems.
Sample files
- ftp://ftp.graphicsmagick.org/pub/tiff-samples/
- http://awaresystems.be/imaging/tiff/bigtiff/BigTIFFSamples.zip