Computer Graphics Metafile: Difference between revisions

Content deleted Content added
m Reverted edit(s) by 94.15.167.86 identified as test/vandalism using STiki
No edit summary
Line 26:
==Overview==
All [[computer graphics|graphical]] elements can be specified in a textual [[source file]] that can be compiled into a [[binary file]] or one of two text representations. CGM provides a means of graphics data interchange for computer representation of 2D graphical information independent from any particular application, system, platform, or device.
As a [[metafile]], i.e., a file containing information that describes or specifies another file, the CGM format has numerous elements to provide functions and to represent entities, so that a wide range of graphical information and geometric primitives can be accommodated. Rather than establish an explicit [[graphics file format]], CGM contains the instructions and data for reconstructing graphical components to render an image using an object-oriented approach.
 
Although CGM is not widely supported for web pages and has been supplanted by other formats in the graphic arts, it is still prevalent in engineering, aviation, and other technical applications.