DCX
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(5 intermediate revisions by 4 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Graphics | |subcat=Graphics | ||
+ | |subcat2=Fax formats | ||
|extensions={{ext|dcx}} | |extensions={{ext|dcx}} | ||
|pronom={{PRONOM|x-fmt/348}} | |pronom={{PRONOM|x-fmt/348}} | ||
+ | |kaitai struct=pcx_dcx | ||
}} | }} | ||
'''DCX''' is an image file format based on [[PCX]]. It supports multiple images in a single file, and may be used for fax images. | '''DCX''' is an image file format based on [[PCX]]. It supports multiple images in a single file, and may be used for fax images. | ||
Line 23: | Line 25: | ||
== Software == | == Software == | ||
* [[ImageMagick]] | * [[ImageMagick]] | ||
+ | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
== Sample files == | == Sample files == | ||
* http://cd.textfiles.com/bhawk1197/FAX/FAX_N523.ZIP → SAMPLE.DCX | * http://cd.textfiles.com/bhawk1197/FAX/FAX_N523.ZIP → SAMPLE.DCX | ||
* [http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6/PerlMagick/t/input.dcx input.dcx] (PerlMagick test file) | * [http://trac.imagemagick.org/browser/ImageMagick/branches/ImageMagick-6/PerlMagick/t/input.dcx input.dcx] (PerlMagick test file) | ||
+ | * {{DexvertSamples|image/dcx}} | ||
[[Category:Fax]] | [[Category:Fax]] |
Latest revision as of 04:06, 28 December 2023
DCX is an image file format based on PCX. It supports multiple images in a single file, and may be used for fax images.
Contents |
[edit] Format
DCX files begin with a 4-byte signature.
Following that is a list of up to 1023 4-byte file offsets, terminated by an offset of 0.
Following that are the individual images, stored as embedded PCX files. The first one usually starts at file offset 4100 (0x1004).
[edit] Identification
Files begin with signature bytes B1 68 DE 3A
.
[edit] Specifications
- PCX File Format Summary, from the Encyclopedia of Graphics File Formats (includes information about DCX)
- DCA/Intel Communicating Applications Specification (page 54)
[edit] Software
[edit] Sample files
- http://cd.textfiles.com/bhawk1197/FAX/FAX_N523.ZIP → SAMPLE.DCX
- input.dcx (PerlMagick test file)
- dexvert samples — image/dcx