Dr. Halo CUT
(move some stuff from CUT (Amstrad), and link to it for disambiguation) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|cut}}, {{ext|pal}}, {{ext|pic}} | |extensions={{ext|cut}}, {{ext|pal}}, {{ext|pic}} | ||
|pronom={{PRONOM|x-fmt/316}}, {{PRONOM|fmt/1186}} | |pronom={{PRONOM|x-fmt/316}}, {{PRONOM|fmt/1186}} | ||
+ | |released=1984 | ||
}} | }} | ||
− | '''Dr. Halo''' | + | '''Dr. Halo''' (including '''Dr. Halo Plus''' and '''Dr. Genius''') is a line of raster image editing software for DOS, developed by Media Cybernetics. It has several graphics formats associated with it. |
− | + | Its main native file format is '''.PIC'''. However, PIC is not as well known as its '''.CUT''' clipping format. CUT is somewhat more portable and device-independent, and more flexible as to the pixel dimensions. | |
+ | |||
+ | Both PIC and CUT may have a companion '''.PAL''' file, containing a color palette. According to the [[Encyclopedia of Graphics File Formats]]: "There are actually two types of .PAL files: generic and video hardware-specific." | ||
+ | |||
+ | == Disambiguation == | ||
+ | This CUT format is unrelated to the [[CUT (Amstrad)|Amstrad .cut]] file format. | ||
== Format details == | == Format details == | ||
Line 13: | Line 19: | ||
It is not clear what to do if no palette file is present. Interpreting the image as grayscale, with black=0, seems to be standard practice. But different viewers use different logic for guessing the code that should be interpreted as white. | It is not clear what to do if no palette file is present. Interpreting the image as grayscale, with black=0, seems to be standard practice. But different viewers use different logic for guessing the code that should be interpreted as white. | ||
+ | |||
+ | CUT uses [[Run-length encoding|RLE compression]]. | ||
+ | |||
+ | We have not located any details about PIC format. | ||
+ | |||
+ | == Identification == | ||
+ | There's no easy way to identify a CUT file, from its contents. The bytes at offset 4 and 5 should be <code>0x00</code>, but that's not very helpful. | ||
+ | |||
+ | PIC and PAL files start with ASCII "{{magic|AH}}". More research is needed, but the byte at offset 6 should be <code>0x0a</code> for PAL, and appears to be <code>0x02</code> for PIC. | ||
+ | |||
+ | == Specifications == | ||
+ | * {{EGFF|drhalo|Dr. Halo File Format Summary}}, from the [[Encyclopedia of Graphics File Formats]] (CUT and PAL) | ||
+ | * [http://www.textfiles.com/programming/FORMATS/pix_fmt.txt Picture format docs (of a number of formats including this one)] (CUT and PAL) | ||
== Software == | == Software == | ||
− | * [[ImageMagick]] (format named "CUT" | + | * [[ImageMagick]] (format named "CUT") |
− | * [[Konvertor]] | + | * [[Konvertor]] |
− | * [[XnView]] | + | * [[XnView]] |
* [[Farbfeld Utilities]] (read/write) | * [[Farbfeld Utilities]] (read/write) | ||
* [[Tom's Editor]] | * [[Tom's Editor]] | ||
* [[Tom's Viewer]] | * [[Tom's Viewer]] | ||
− | * Dr. Halo | + | * Dr. Halo |
− | ** [https://archive.org/details/Dr.HaloIII3.0KyeOEM Dr. Halo III] - | + | ** [https://winworldpc.com/product/dr-halo/ii Dr Halo II] (at WinWorld) - Includes v2.03, and a manual |
− | ** [https://archive.org/details/Dr.HaloPlus3.00QTronixOEMGerman Dr. Halo Plus | + | ** [https://archive.org/details/Dr.HaloIII3.0KyeOEM Dr. Halo III (v3.00/1988-02-02)] |
− | ** | + | ** [https://winworldpc.com/product/dr-halo/iii Dr. Halo III] (at WinWorld) - Includes Dr. Halo III (v3.00/1989-02-06) & Dr. Genius (v3.00) |
+ | ** [https://archive.org/details/Dr.HaloPlus3.00QTronixOEMGerman Dr. Halo Plus (v3.00) German] | ||
+ | ** [https://archive.org/details/Dr.Genius3.00KyeOEM Dr. Genius (v3.00)] | ||
+ | ** [http://old-dos.ru/index.php?page=files&mode=files&do=show&id=6195 Various versions at old-dos.ru] - Includes Dr. HALO III (3.01) and Dr. Halo Plus (3.00). | ||
+ | ** Possibly relevant: {{CdTextfiles|rbbsv3n1/dull/drhalo.unp|drhalo.unp}} | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{CdTextfilesURL|fantaziasampler/CLIPART/CUT/}} |
− | * | + | <!-- * {{CdTextfilesURL|gameempire/SOFT/NEW/PRO7/}} --> |
− | * | + | * {{CdTextfilesURL|librisbritannia/GRAPHICS/CLIPDRHA/}} ... |
− | ** | + | ** {{CdTextfiles|librisbritannia/GRAPHICS/CLIPDRHA/1169.ZIP|1169.ZIP}} (PIC format) |
+ | * {{CdTextfilesURL|bthevhell/200/150/}} → screen*.pic (PIC format. Might be NSFW.) | ||
* https://telparia.com/fileFormatSamples/image/drHalo/ | * https://telparia.com/fileFormatSamples/image/drHalo/ | ||
− | |||
== Links == | == Links == | ||
− | * | + | * [[Wikipedia: Dr. Halo]] |
− | * [ | + | * [https://archive.org/details/DrHALOUsersGuideVersion1231984 Dr. Halo User's Guide (v1.23)] |
+ | * https://web.archive.org/web/20191231015527/http://whatis.rest7.com/how-to-open-cut-file | ||
[[Category:Multi-file formats]] | [[Category:Multi-file formats]] |
Revision as of 14:16, 22 October 2022
Dr. Halo (including Dr. Halo Plus and Dr. Genius) is a line of raster image editing software for DOS, developed by Media Cybernetics. It has several graphics formats associated with it.
Its main native file format is .PIC. However, PIC is not as well known as its .CUT clipping format. CUT is somewhat more portable and device-independent, and more flexible as to the pixel dimensions.
Both PIC and CUT may have a companion .PAL file, containing a color palette. According to the Encyclopedia of Graphics File Formats: "There are actually two types of .PAL files: generic and video hardware-specific."
Contents |
Disambiguation
This CUT format is unrelated to the Amstrad .cut file format.
Format details
All CUT images have exactly 8 bits per pixel, but all 8 bits might not be used. It is common for the only color codes used by an image to be 0 and 1.
It is not clear what to do if no palette file is present. Interpreting the image as grayscale, with black=0, seems to be standard practice. But different viewers use different logic for guessing the code that should be interpreted as white.
CUT uses RLE compression.
We have not located any details about PIC format.
Identification
There's no easy way to identify a CUT file, from its contents. The bytes at offset 4 and 5 should be 0x00
, but that's not very helpful.
PIC and PAL files start with ASCII "AH
". More research is needed, but the byte at offset 6 should be 0x0a
for PAL, and appears to be 0x02
for PIC.
Specifications
- Dr. Halo File Format Summary, from the Encyclopedia of Graphics File Formats (CUT and PAL)
- Picture format docs (of a number of formats including this one) (CUT and PAL)
Software
- ImageMagick (format named "CUT")
- Konvertor
- XnView
- Farbfeld Utilities (read/write)
- Tom's Editor
- Tom's Viewer
- Dr. Halo
- Dr Halo II (at WinWorld) - Includes v2.03, and a manual
- Dr. Halo III (v3.00/1988-02-02)
- Dr. Halo III (at WinWorld) - Includes Dr. Halo III (v3.00/1989-02-06) & Dr. Genius (v3.00)
- Dr. Halo Plus (v3.00) German
- Dr. Genius (v3.00)
- Various versions at old-dos.ru - Includes Dr. HALO III (3.01) and Dr. Halo Plus (3.00).
- Possibly relevant: drhalo.unp
Sample files
- http://cd.textfiles.com/fantaziasampler/CLIPART/CUT/
- http://cd.textfiles.com/librisbritannia/GRAPHICS/CLIPDRHA/ ...
- 1169.ZIP (PIC format)
- http://cd.textfiles.com/bthevhell/200/150/ → screen*.pic (PIC format. Might be NSFW.)
- https://telparia.com/fileFormatSamples/image/drHalo/