PNG Image: Difference between revisions

From XentaxWiki
Jump to navigation Jump to search
imported>Ikskoks
imported>Ikskoks
Line 13: Line 13:
// PNG Image file format
// PNG Image file format


// TODO
// big endian
 
// header
8 bytes - magic // "89 50 4E 47 0D 0A 1A 0A" (PNG)
 
num_of_chunks *
{
  4 bytes (uint32) - chunk size
  4 bytes (char) - chunk type  // e.g. "IHDR"
  x bytes - chunk data
  4 bytes - CRC
}
</pre>
</pre>



Revision as of 20:43, 24 January 2021

Contents: GRAFs page - All - 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z - Edit

Format Type: Image
Extensions: png
Endian Order: Little Endian



Format Specifications

// PNG Image file format

// big endian

// header
8 bytes - magic // "89 50 4E 47 0D 0A 1A 0A" (PNG)

num_of_chunks *
{
   4 bytes (uint32) - chunk size
   4 bytes (char) - chunk type  // e.g. "IHDR"
   x bytes - chunk data
   4 bytes - CRC
}

MultiEx BMS Script

No BMS script.

Supported Programs

  • IrfanView
  • GIMP
  • MS Paint

Notes

No additional notes

Games

List of games using this file format:

  • Ragnarok Journey
  • Styx: Shards of Darkness
  • The Fall of Lazarus
  • The Tribez
  • Hamsterball
  • Many more...