MacPaint
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
Dan Tobias (Talk | contribs) (→Sample files) |
||
Line 20: | Line 20: | ||
* http://cd.textfiles.com/clipart1996/GRAPHICS/OTHER/ | * http://cd.textfiles.com/clipart1996/GRAPHICS/OTHER/ | ||
* http://cd.textfiles.com/clipart1996/PEOPLE/OTHER/ | * http://cd.textfiles.com/clipart1996/PEOPLE/OTHER/ | ||
+ | * [http://www.dan.info/sampledata/CHRISTIE.MAC CHRISTIE.MAC] | ||
== Specifications == | == Specifications == |
Revision as of 04:19, 11 January 2014
MacPaint is the native image format of the MacPaint paint program for Apple Macintosh.
Images are always bi-level, 576×720 pixels in size, and use PackBits compression.
Contents[hide] |
Format
Some MacPaint files begin with a 128-byte MacBinary header; others do not. The next 512 bytes have little or no significance to most applications. The pixel data starts at offset 512, or 640 if there is a MacBinary header.
Identifiers
- MacBinary type:
PNTG
Sample files
- http://www.fileformat.info/format/macpaint/sample/index.htm
- http://cd.textfiles.com/vgaspectrum/mac/
- http://cd.textfiles.com/clipart1996/GRAPHICS/OTHER/
- http://cd.textfiles.com/clipart1996/PEOPLE/OTHER/
- CHRISTIE.MAC
Specifications
Software
- Netpbm: macptopbm. Use the
-extraskip 128
option if the file has a MacBinary header. - CloudPaint: online MacPaint simulator