MacPaint
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
|||
Line 10: | Line 10: | ||
== Format == | == 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. | + | 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 (they contain a version number, and usually a set of brush patterns). The pixel data starts at offset 512, or 640 if there is a MacBinary header. |
== Identifiers == | == Identifiers == | ||
* MacBinary type: <code>PNTG</code> | * MacBinary type: <code>PNTG</code> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Specifications == | == Specifications == | ||
* [http://www.idea2ic.com/File_Formats/macpaint.pdf Technical Note PT 24] | * [http://www.idea2ic.com/File_Formats/macpaint.pdf Technical Note PT 24] | ||
+ | * [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including MAC)] | ||
== Software == | == Software == | ||
Line 29: | Line 23: | ||
* [[XnView]] | * [[XnView]] | ||
* [http://www.cloudpaint.com/client/index.php CloudPaint: online MacPaint simulator] | * [http://www.cloudpaint.com/client/index.php CloudPaint: online MacPaint simulator] | ||
+ | * [http://www.computerhistory.org/atchm/macpaint-and-quickdraw-source-code/ MacPaint and QuickDraw Source Code], at the Computer History Museum | ||
− | == | + | == Sample files == |
+ | * http://www.fileformat.info/format/macpaint/sample/index.htm | ||
+ | * http://cd.textfiles.com/vgaspectrum/mac/ | ||
+ | * http://cd.textfiles.com/carousel344/PIC/ | ||
+ | * http://cd.textfiles.com/clipart1996/GRAPHICS/OTHER/ | ||
+ | * [http://www.dan.info/sampledata/CHRISTIE.MAC CHRISTIE.MAC] | ||
+ | |||
+ | == Links == | ||
* {{EGFF|macpaint|Macintosh Paint}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|macpaint|Macintosh Paint}}, from the [[Encyclopedia of Graphics File Formats]] | ||
− | * [ | + | * [[Wikipedia:MacPaint|Wikipedia: MacPaint]] |
[[Category:Macintosh]] | [[Category:Macintosh]] |
Revision as of 03:08, 18 March 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 |
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 (they contain a version number, and usually a set of brush patterns). The pixel data starts at offset 512, or 640 if there is a MacBinary header.
Identifiers
- MacBinary type:
PNTG
Specifications
Software
- Netpbm: macptopbm. Use the
-extraskip 128
option if the file has a MacBinary header. - XnView
- CloudPaint: online MacPaint simulator
- MacPaint and QuickDraw Source Code, at the Computer History Museum
Sample files
- http://www.fileformat.info/format/macpaint/sample/index.htm
- http://cd.textfiles.com/vgaspectrum/mac/
- http://cd.textfiles.com/carousel344/PIC/
- http://cd.textfiles.com/clipart1996/GRAPHICS/OTHER/
- CHRISTIE.MAC