Pablo Paint file format: Difference between revisions

From Atari Wiki
Jump to navigation Jump to search
(New page)
 
No edit summary
 
Line 14: Line 14:
   
 
No description of the compression method exists at this time.
 
No description of the compression method exists at this time.
  +
  +
Note: 68K decompression code can be found here:
  +
http://gfa.atari-users.net/gfx/
 
</pre>
 
</pre>
 
Back to [[ST Picture Formats]]
 
Back to [[ST Picture Formats]]

Latest revision as of 06:49, 22 January 2017

Pablo Paint    *.PPP (st low resolution, app version 1.1)
               *.PA3 (st high resolution, app version 2.5)

43 bytes    file id ["PABLO PACKED PICTURE: Groupe CDND " 0x0D 0x0A] 
?           image data size in bytes stored in plain in ascii text + cr/lf
1 byte      resolution flag [0 = low, 2 = high]
1 byte      compression type [0 = uncompressed, 29 = compressed]
1 word      image data size in bytes (same value as above)
16 words    palette
?           image data

Uncompressed images are simply screen dumps as one might expect.

No description of the compression method exists at this time.

Note: 68K decompression code can be found here:
      http://gfa.atari-users.net/gfx/

Back to ST Picture Formats