Kolor Raw
From Just Solve the File Format Problem
(Difference between revisions)
(more precise identification; working link) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 12: | Line 12: | ||
== Identification == | == Identification == | ||
− | Files begin with ASCII characters "<code>KRO</code>". | + | Files begin with ASCII characters "<code>KRO</code>", followed by <code>0x01</code> for the version, followed by width and height in 4 BE bytes each. |
== Specifications == | == Specifications == | ||
− | * http://www.autopano.net/wiki-en/Format_KRO | + | * (formerly http://www.autopano.net/wiki-en/Format_KRO) https://web.archive.org/web/20140202144715/http://www.autopano.net/wiki-en/Format_KRO |
== Software == | == Software == | ||
* [[Konvertor]] | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/kro}} |
Latest revision as of 10:08, 13 February 2024
Kolor Raw format (KRO) is a simple uncompressed raster image format, presumably associated with Kolor products such as Autopano.
It supports RGB and RGBA color types. It supports 8 or 16 bits per sample, or floating point with 32 bits per sample.
Contents |
[edit] Format
Files have a 20-byte header, followed by the pixel data.
[edit] Identification
Files begin with ASCII characters "KRO
", followed by 0x01
for the version, followed by width and height in 4 BE bytes each.
[edit] Specifications
- (formerly http://www.autopano.net/wiki-en/Format_KRO) https://web.archive.org/web/20140202144715/http://www.autopano.net/wiki-en/Format_KRO