Pixlr document

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
(Format Specification)
Line 9: Line 9:
  
 
[[https://apps.pixlr.com/developer/pxd pixlr.com limited documentation]]
 
[[https://apps.pixlr.com/developer/pxd pixlr.com limited documentation]]
 +
<i>
 +
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.
 +
</i>
  
 
<pre>
 
<pre>
 +
Reverse engineered information:
 +
 +
2 bytes - version = 3
 +
2 bytes - colorMode = 0
 +
4 bytes - width
 +
4 bytes - height
 +
2 bytes - numLayers
 +
 +
... (TODO)
  
  

Revision as of 18:19, 22 June 2017

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