Naïve Image Formats

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added sample files)
(Category:Animation)
 
(One intermediate revision by one user not shown)
Line 25: Line 25:
  
 
== Software ==
 
== Software ==
* {{Deark}} 1.5.4+
+
* {{Deark}}
  
 
== Sample files ==
 
== Sample files ==
* https://telparia.com/fileFormatSamples/image/naiveNIA
+
* {{DexvertSamples|image/naiveNIA}}
* https://telparia.com/fileFormatSamples/image/naiveNIE
+
* {{DexvertSamples|image/naiveNIE}}
  
 
== Links ==
 
== Links ==
 
* [https://github.com/google/wuffs/blob/master/doc/spec/nie-related-work.md Naïve Image Formats (NIE, NII, NIA) Related Work]
 
* [https://github.com/google/wuffs/blob/master/doc/spec/nie-related-work.md Naïve Image Formats (NIE, NII, NIA) Related Work]
  
 +
[[Category:Animation]]
 
[[Category:Google]]
 
[[Category:Google]]

Latest revision as of 19:03, 23 May 2024

File Format
Name Naïve Image Formats
Ontology
Extension(s) .nie, .nii, .nia
MIME Type(s) image/nie, image/nii, image/nia
Released 2018 (draft)

The Naïve Image Formats are a set of simple uncompressed raster image and animation file formats. They are loosely associated with Google's Wuffs programming language. As of 2019-12, the specifications are a work in progress.

The formats are potentially usable as intermediate or "neutral" formats, similar to the Netpbm formats or farbfeld.

There are three formats:

  • NIE - Still image
  • NII - Animated image, out-of-band frames
  • NIA - Animated image, in-band frames

Contents

[edit] Identification

All formats begin with bytes 6e c3 af. The next byte is:

  • 0x45 ('E') for NIE
  • 0x49 ('I') for NII
  • 0x41 ('A') for NIA

[edit] Specifications

[edit] Software

[edit] Sample files

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox