You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
500 B

  1. ralcgm (view/convert CGM vector image files)
  2. RAL-CGM is a program to translate or interpret CGM (Computer Graphics
  3. Metafile) files, either to a different encoding (Binary, Character or
  4. Clear Text) or to view on a terminal or to send to a plotter (PostScript
  5. or HPGL).
  6. It can be used as an ImageMagick or GraphicsMagick delegate to convert
  7. from CGM format.
  8. If you want to compile the example code:
  9. gcc -o testcgm -I/usr/include/ralcgm \
  10. /usr/doc/ralcgm-3.50/examples/testcgm.c -lcgm -lm -lX11