NIFF (xloadimage)
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|niff}} |released=≤1991 }} '''NIFF''' (Native Image File Format) is the native image format of the ''xl...") |
Latest revision as of 15:13, 8 February 2015
NIFF (Native Image File Format) is the native image format of the xloadimage image viewer and toolkit for X-Windows.
Contents |
[edit] Identification
Files begin with the ASCII signature "NIFF
".
[edit] Examples
To convert a NIFF image:
xloadimage example.niff -dump pbm example.pnm
Note that xloadimage may refuse to run if an X display is not available.