QTIF

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Change telparia.com samples link to template)
m (Sample files)
 
(One intermediate revision by one user not shown)
Line 28: Line 28:
 
* [https://github.com/djdeath/gdk-pixbuf/blob/master/gdk-pixbuf/io-qtif.c Source code for reading QTIF data]
 
* [https://github.com/djdeath/gdk-pixbuf/blob/master/gdk-pixbuf/io-qtif.c Source code for reading QTIF data]
 
* [http://tools.cisco.com/security/center/viewAlert.x?alertId=29434 Apple QuickTime Player QTIF File Remote Code Execution Vulnerability]
 
* [http://tools.cisco.com/security/center/viewAlert.x?alertId=29434 Apple QuickTime Player QTIF File Remote Code Execution Vulnerability]
* [https://discussions.apple.com/thread/438505?start=0
+
* [https://discussions.apple.com/thread/438505?start=0&tstart=0 Where did .qtif export go?]
 +
 
 +
[[Category:Apple]]
 +
[[Category:Box file format]]

Latest revision as of 03:26, 28 December 2023

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

[edit] Identification

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

[edit] Format description

[edit] Software

[edit] Sample files

[edit] Other links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox