Pixlr document

From Just Solve the File Format Problem
Revision as of 18:19, 22 June 2017 by Sigurdler (Talk | contribs)

Jump to: navigation, search
File Format
Name Pixlr document
Ontology
Extension(s) .pxd

Pixlr is a layered raster graphics format associated with Web based Pixlr application.

Format Specification

[pixlr.com limited documentation] Pixlr document format The pixlr format is a compressed binary format, why we choose this and not a xml/jpg ish format is due to many reasons. It all comes down to quality, speed and file size. The pxd file is compressed with zlib to reduce the file size. The uncompressed data are then ordered into two main sections. The Header and the Layer section. The header includes, pxd version, color-mode, width, height and number of layers.

Reverse engineered information:

2 bytes - version = 3
2 bytes - colorMode = 0
4 bytes - width
4 bytes - height
2 bytes - numLayers

... (TODO)


Software

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox