QTIF

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m
(3 intermediate revisions by one user not shown)
Line 3: Line 3:
 
|subcat=Graphics
 
|subcat=Graphics
 
|extensions={{ext|qif}}, {{ext|qtif}}
 
|extensions={{ext|qif}}, {{ext|qtif}}
|type code=qtif
+
|type code={{Type Code|qtif}}
 
}}
 
}}
 
'''QTIF''' (QuickTime Image Format) is a now-deprecated container format for still images from a [[QuickTime]] video. It consists of a description section and an image data section. The image data may be of various formats, including [[JPEG]]. The "native" parts of this format use [[Endianness|big-endian]] byte order, though the image data part may use a different endianness depending on that format's standards.
 
'''QTIF''' (QuickTime Image Format) is a now-deprecated container format for still images from a [[QuickTime]] video. It consists of a description section and an image data section. The image data may be of various formats, including [[JPEG]]. The "native" parts of this format use [[Endianness|big-endian]] byte order, though the image data part may use a different endianness depending on that format's standards.
  
 
.qif is the recommended file extension, though .qtif can also be found. The MacOS file type identifier is 'qtif'.
 
.qif is the recommended file extension, though .qtif can also be found. The MacOS file type identifier is 'qtif'.
 +
 +
== Identification ==
 +
There's no simple way to reliably identify a QTIF file, but most of them have "{{magic|idat}}" or "{{magic|idsc}}" at offset 4.
  
 
== Format description ==
 
== Format description ==
 
* [https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFAppenA/QTFFAppenA.html Format description in Apple developer site]
 
* [https://developer.apple.com/library/mac/documentation/QuickTime/QTFF/QTFFAppenA/QTFFAppenA.html Format description in Apple developer site]
 +
 +
== Sample files ==
 +
* [http://snisurset.net/download.php?d=abydos abydos testsuite] → *.qtif
 +
* Various QTIF files found on the web: [https://github.com/daeken/QtChaos/tree/master/Harnesses/Quicktime], [http://www.digitalblast.net/N6307L/060506/old/], [http://www.woodstove.com/pages/wssvr/palladianvr/], [http://homepages.spa.umn.edu/~vainshte/Marinov/Photo/]
  
 
== Other links ==
 
== Other links ==
Line 18: Line 25:
  
 
[[Category:Apple]]
 
[[Category:Apple]]
 +
[[Category:Box file format]]

Revision as of 17:30, 22 May 2019

File Format
Name QTIF
Ontology
Extension(s) .qif, .qtif
Type Code qtif

QTIF (QuickTime Image Format) is a now-deprecated container format for still images from a QuickTime video. It consists of a description section and an image data section. The image data may be of various formats, including JPEG. The "native" parts of this format use big-endian byte order, though the image data part may use a different endianness depending on that format's standards.

.qif is the recommended file extension, though .qtif can also be found. The MacOS file type identifier is 'qtif'.

Contents

Identification

There's no simple way to reliably identify a QTIF file, but most of them have "idat" or "idsc" at offset 4.

Format description

Sample files

Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox