Dr. Halo CUT
From Just Solve the File Format Problem
(Difference between revisions)
(Cleanup) |
(Sample files) |
||
Line 12: | Line 12: | ||
* [[ImageMagick]] (format named "CUT"; read-only) | * [[ImageMagick]] (format named "CUT"; read-only) | ||
* [[XnView]] (read-only) | * [[XnView]] (read-only) | ||
+ | |||
+ | == Sample files == | ||
+ | * http://cd.textfiles.com/fantaziasampler/CLIPART/CUT/ | ||
== Resources == | == Resources == | ||
* {{EGFF|drhalo|Dr. Halo File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | * {{EGFF|drhalo|Dr. Halo File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] | ||
* [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including this one)] | * [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including this one)] |
Revision as of 02:39, 19 December 2013
Dr. Halo is a raster image file format associated with the Dr. Halo III paint program for MS-DOS. It uses RLE compression.
A Dr. Halo image is usually composed of two separate files: a ".CUT" file containing the bitmap, and a ".PAL" file containing the color palette.
Software
- ImageMagick (format named "CUT"; read-only)
- XnView (read-only)