Piskel canvas

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Example: <pre>)
m (Example: nowiki)
Line 81: Line 81:
  
 
== Example ==
 
== Example ==
 
 
<code>
 
<code>
 +
<nowiki>
 
{"modelVersion":1,"piskel":{"name":"example","description":"exemplary","fps":12,"height":32,"width":32,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAA"}]}"]}}
 
{"modelVersion":1,"piskel":{"name":"example","description":"exemplary","fps":12,"height":32,"width":32,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAA"}]}"]}}
 +
</nowiki>
 
</code>
 
</code>

Revision as of 02:53, 8 November 2020

File Format
Name Piskel canvas
Ontology
Extension(s) .piskel
MIME Type(s) image/png+json
Wikidata ID Q101250905
Compression Always Lossless (from PNG)
Extended From [[JSON, PNG, base64]]
Spec Availability free
Reference Implementation https://github.com/piskelapp/piskel
Conforms To JSON
IANA charset utf8
Patent License Unencumbered
Developed By Piskel
Maintained By Piskel


Contents

Description

.piskel files are containers produced by the cross-platform Piskel graphics editor for still and animated pixel art. It is JSON-based and internally encodes the images or frames of the animated image as base-64d PNGs.

Information

Software

  • Piskel

Creation

  • Piskel

Playback

  • Piskel

Links

Example

{"modelVersion":1,"piskel":{"name":"example","description":"exemplary","fps":12,"height":32,"width":32,"layers":["{\"name\":\"Layer 1\",\"opacity\":1,\"frameCount\":1,\"chunks\":[{\"layout\":[[0]],\"base64PNG\":\"data:image/png;base64,iVBORw0KGgoAAA"}]}"]}}

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox