CorelDRAW

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links)
(Software)
(7 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|subcat=Graphics
 
|subcat=Graphics
 
|extensions={{ext|cdr}}, {{ext|cdt}}, {{ext|cdx}}, {{ext|cmx}}, {{ext|ccx}}
 
|extensions={{ext|cdr}}, {{ext|cdt}}, {{ext|cdx}}, {{ext|cmx}}, {{ext|ccx}}
 +
|pronom={{PRONOM|fmt/430}}, others
 
}}
 
}}
 
'''CorelDRAW''' is a vector graphics drawing program. Its native file format is generally found in .cdr files, but other extensions exist for variants of it. The format has gone through several major revisions over the years.
 
'''CorelDRAW''' is a vector graphics drawing program. Its native file format is generally found in .cdr files, but other extensions exist for variants of it. The format has gone through several major revisions over the years.
  
== Extensions ==
+
== Identifiers ==
  
 
* '''.cdr''': Normal CorelDRAW file
 
* '''.cdr''': Normal CorelDRAW file
Line 13: Line 14:
 
* '''.cmx''': Corel Presentation Exchange Format
 
* '''.cmx''': Corel Presentation Exchange Format
 
* '''.ccx''': Clip art file (similar to .cmx in format)
 
* '''.ccx''': Clip art file (similar to .cmx in format)
 +
 +
{| class="wikitable"
 +
! Format / Version !! Ext. !! RIFF type !! PRONOM
 +
|-
 +
|Drawing 1.0  ||rowspan="15"| .cdr || n/a || {{PRONOM|fmt/467}}
 +
|-
 +
|Drawing 2.0  || n/a || {{PRONOM|fmt/466}}
 +
|-
 +
|Drawing 3.0  || <code>CDR</code>  || {{PRONOM|x-fmt/379}}
 +
|-
 +
|Drawing 4.0  || <code>CDR4</code> || {{PRONOM|fmt/465}}
 +
|-
 +
|Drawing 5.0  || <code>CDR5</code> || {{PRONOM|fmt/464}}
 +
|-
 +
|Drawing 6.0  || <code>CDR6</code> || {{PRONOM|x-fmt/29}}
 +
|-
 +
|Drawing 7.0  || <code>CDR7</code> || {{PRONOM|x-fmt/291}}
 +
|-
 +
|Drawing 8.0  || <code>CDR8</code> || {{PRONOM|x-fmt/292}}
 +
|-
 +
|Drawing 9.0  || <code>CDR9</code> || {{PRONOM|x-fmt/374}}
 +
|-
 +
|Drawing 10.0 || <code>CDRA</code> || {{PRONOM|x-fmt/375}}
 +
|-
 +
|Drawing 11.0 || <code>CDRB</code> || {{PRONOM|x-fmt/378}}
 +
|-
 +
|Drawing 12.0 || <code>CDRC</code> || {{PRONOM|fmt/427}}
 +
|-
 +
|Drawing X3  || <code>CDRD</code> || {{PRONOM|fmt/428}}
 +
|-
 +
|Drawing X4  || <code>CDRE</code> || {{PRONOM|fmt/429}}
 +
|-
 +
|Drawing X5  || <code>CDRF</code> || {{PRONOM|fmt/430}}
 +
|-
 +
|Template || .cdt || || {{PRONOM|x-fmt/30}}
 +
|-
 +
|Compressed Drawing || .cdx || || {{PRONOM|x-fmt/31}}
 +
|-
 +
|Presentation Exchange 5.0 ||rowspan="2"| .cmx ||rowspan="2"| <code>CMX1</code> || {{PRONOM|x-fmt/34}}
 +
|-
 +
|Presentation Exchange 6+ || {{PRONOM|x-fmt/35}}
 +
|-
 +
|CMX Compressed || .cpx || || {{PRONOM|x-fmt/36}}
 +
|-
 +
|Pattern || .pat || || {{PRONOM|x-fmt/76}}
 +
|}
  
 
== Format description ==
 
== Format description ==
  
 
Early CorelDraw files are of an undocumented proprietary format where the first two bytes spell <code>WL</code> in [[ASCII]]. Later formats were based on [[RIFF]], with <code>RIFF</code> as the first four bytes and a version identifier in bytes 9 to 15. The inner details (the data chunk of the RIFF version) remain proprietary.
 
Early CorelDraw files are of an undocumented proprietary format where the first two bytes spell <code>WL</code> in [[ASCII]]. Later formats were based on [[RIFF]], with <code>RIFF</code> as the first four bytes and a version identifier in bytes 9 to 15. The inner details (the data chunk of the RIFF version) remain proprietary.
 +
 +
== See also ==
 +
* [[SHW (Corel)]]
 +
* [[WFN (font format)]]
  
 
== Software ==
 
== Software ==
* [http://www.freedesktop.org/wiki/Software/libcdr/ libcdr]
+
* [https://wiki.documentfoundation.org/DLP/Libraries/libcdr libcdr]
 +
* [https://www.libreoffice.org/ LibreOffice]
  
 
== Sample files ==
 
== Sample files ==
Line 25: Line 77:
 
* http://cd.textfiles.com/1stcanadian/graphics/cor2help/
 
* http://cd.textfiles.com/1stcanadian/graphics/cor2help/
 
* http://cd.textfiles.com/somuch/smsharew/CLIPART/1992CALS.ZIP
 
* http://cd.textfiles.com/somuch/smsharew/CLIPART/1992CALS.ZIP
 +
* http://cd.textfiles.com/ccbwindows93/CORELDRA/
  
 
== Links ==
 
== Links ==
* [[Wikipedia:CorelDRAW|Wikipedia: CorelDRAW]]
+
* [[Wikipedia: CorelDRAW]]
 
* [http://www.leadtools.com/help/leadtools/v18/dh/to/leadtools.topics.leadtools~l.topics.fileformatscmx.html CMX file format info]
 
* [http://www.leadtools.com/help/leadtools/v18/dh/to/leadtools.topics.leadtools~l.topics.fileformatscmx.html CMX file format info]
* [http://sk1project.org/modules.php?name=Products&product=sk1 sK1 program attempts to reverse-engineer CorelDRAW format]
+
* [https://sk1project.net/modules.php?name=Products&product=sk1 sK1 program attempts to reverse-engineer CorelDRAW format]
 
* [http://libregraphicsworld.org/blog/entry/corel-draw-x6-file-format-subdued-by-libcdr Corel DRAW X6 file format subdued by libcdr]
 
* [http://libregraphicsworld.org/blog/entry/corel-draw-x6-file-format-subdued-by-libcdr Corel DRAW X6 file format subdued by libcdr]
  
 
[[Category:RIFF based file formats]]
 
[[Category:RIFF based file formats]]
 +
[[Category:Corel]]

Revision as of 17:44, 25 August 2018

File Format
Name CorelDRAW
Ontology
Extension(s) .cdr, .cdt, .cdx, .cmx, .ccx
PRONOM fmt/430, others

CorelDRAW is a vector graphics drawing program. Its native file format is generally found in .cdr files, but other extensions exist for variants of it. The format has gone through several major revisions over the years.

Contents

Identifiers

  • .cdr: Normal CorelDRAW file
  • .cdt: Template
  • .cdx: Compressed file
  • .cmx: Corel Presentation Exchange Format
  • .ccx: Clip art file (similar to .cmx in format)
Format / Version Ext. RIFF type PRONOM
Drawing 1.0 .cdr n/a fmt/467
Drawing 2.0 n/a fmt/466
Drawing 3.0 CDR x-fmt/379
Drawing 4.0 CDR4 fmt/465
Drawing 5.0 CDR5 fmt/464
Drawing 6.0 CDR6 x-fmt/29
Drawing 7.0 CDR7 x-fmt/291
Drawing 8.0 CDR8 x-fmt/292
Drawing 9.0 CDR9 x-fmt/374
Drawing 10.0 CDRA x-fmt/375
Drawing 11.0 CDRB x-fmt/378
Drawing 12.0 CDRC fmt/427
Drawing X3 CDRD fmt/428
Drawing X4 CDRE fmt/429
Drawing X5 CDRF fmt/430
Template .cdt x-fmt/30
Compressed Drawing .cdx x-fmt/31
Presentation Exchange 5.0 .cmx CMX1 x-fmt/34
Presentation Exchange 6+ x-fmt/35
CMX Compressed .cpx x-fmt/36
Pattern .pat x-fmt/76

Format description

Early CorelDraw files are of an undocumented proprietary format where the first two bytes spell WL in ASCII. Later formats were based on RIFF, with RIFF as the first four bytes and a version identifier in bytes 9 to 15. The inner details (the data chunk of the RIFF version) remain proprietary.

See also

Software

Sample files

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox