PIF (Portable Image Format)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|pif}} |released=~2022 }} :''For other "PIF" formats, see PIF.'' '''PIF''' ('''Portable Image Format...") |
m (Add Kaitai Struct.) |
||
(One intermediate revision by one user not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|pif}} | |extensions={{ext|pif}} | ||
|released=~2022 | |released=~2022 | ||
+ | |kaitai struct=pif | ||
}} | }} | ||
:''For other "PIF" formats, see [[PIF]].'' | :''For other "PIF" formats, see [[PIF]].'' | ||
Line 17: | Line 18: | ||
== Software == | == Software == | ||
* [https://github.com/gfcwfzkm/PIF-Image-Format GitHub project] | * [https://github.com/gfcwfzkm/PIF-Image-Format GitHub project] | ||
+ | * [http://jayakody2000lk.blogspot.com/2022/05/portable-image-file-pif-library-for.html Portable Image File (PIF) library for Lazarus and Delphi] ([https://github.com/dilshan/pascal-pif-library GitHub]) |
Latest revision as of 01:57, 15 September 2023
- For other "PIF" formats, see PIF.
PIF (Portable Image Format, or maybe it's Portable Image File) is a raster graphics format, designed for use with embedded systems. It was developed by a person known as gfcwfzkm.
[edit] Identification
Files start with signature bytes 'P' 'I' 'F' 0x00
.