IIQ
(Created page with "{{FormatInfo |formattype=electronic |subcat=Cameras and Digital Image Sensors |extensions={{ext|iiq}}, {{ext|tif}} |pronom={{PRONOM|fmt/1061}} }} '''IIQ Raw''' is a proprietar...") |
(Category:TIFF, etc.) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
|pronom={{PRONOM|fmt/1061}} | |pronom={{PRONOM|fmt/1061}} | ||
}} | }} | ||
− | '''IIQ Raw''' is a proprietary raw image format developed by [https://en.wikipedia.org/wiki/Phase_One_(company) Phase One]. Structurally, an IIQ Raw image is a valid [[TIFF]] image. The actual raw image content is embedded in a TIFF MakerNote tag. Readers that cannot process the contents of this MakerNote tag will read a IIQ Raw image as a regular TIFF. However, such readers will only be able to read the TIFF-compatible image data (usually a lower-quality preview). | + | '''IIQ Raw''' is a proprietary raw image format developed by [https://en.wikipedia.org/wiki/Phase_One_(company) Phase One]. Structurally, an IIQ Raw image is a valid [[TIFF]] image. The actual raw image content is embedded in a TIFF [[MakerNote]] tag. Readers that cannot process the contents of this MakerNote tag will read a IIQ Raw image as a regular TIFF. However, such readers will only be able to read the TIFF-compatible image data (usually a lower-quality preview). |
− | There are two variations on the format: a lossless ''IIQ Large'' format, and an ''IIQ Small'' format, which the Phase One website describes as 'not 100% lossless'. | + | There are two variations on the format: a lossless ''IIQ Large'' format, and an ''IIQ Small'' format, which the [https://help.phaseone.com/en/CO8/Output/File-formats/Capture-One-and-RAW.aspx Phase One website describes as] 'not 100% lossless'. |
== Identification == | == Identification == | ||
Line 22: | Line 22: | ||
== Specifications == | == Specifications == | ||
− | |||
== Software == | == Software == | ||
Line 30: | Line 29: | ||
== Sample files == | == Sample files == | ||
+ | * [https://sourceforge.net/p/exiftool/code/ci/master/tree/t/images/PhaseOne.iiq PhaseOne.iiq] - Test image from Exiftool repository | ||
== Links == | == Links == | ||
Line 37: | Line 37: | ||
* [http://www.multipole.org/discourse-server/viewtopic.php?t=26495 IIQ RAW images / generic RAW support] (thread in ImageMagick forum) | * [http://www.multipole.org/discourse-server/viewtopic.php?t=26495 IIQ RAW images / generic RAW support] (thread in ImageMagick forum) | ||
* [https://sno.phy.queensu.ca/~phil/exiftool/TagNames/PhaseOne.html Phase One Tags] | * [https://sno.phy.queensu.ca/~phil/exiftool/TagNames/PhaseOne.html Phase One Tags] | ||
+ | |||
+ | [[Category:TIFF]] |
Latest revision as of 15:53, 17 June 2018
IIQ Raw is a proprietary raw image format developed by Phase One. Structurally, an IIQ Raw image is a valid TIFF image. The actual raw image content is embedded in a TIFF MakerNote tag. Readers that cannot process the contents of this MakerNote tag will read a IIQ Raw image as a regular TIFF. However, such readers will only be able to read the TIFF-compatible image data (usually a lower-quality preview).
There are two variations on the format: a lossless IIQ Large format, and an IIQ Small format, which the Phase One website describes as 'not 100% lossless'.
Contents |
[edit] Identification
Since IIQ Raw is structurally identical to a TIFF, magic-based identification tools like Unix file and Apache Tika identify these files as image/tiff
. Exiftool is able to correctly identify the format:
<File:FileType>IIQ</File:FileType>
<File:MIMEType>image/x-raw</File:MIMEType>
[edit] Specifications
[edit] Software
[edit] Sample files
- PhaseOne.iiq - Test image from Exiftool repository
[edit] Links
- .TIF vs .IIQ
- RAW and Output File Formats (Phase One website)
- Phase One .IIQ raw files (thread in ExifTool forum)
- IIQ RAW images / generic RAW support (thread in ImageMagick forum)
- Phase One Tags