diff options
author | B. Watson <yalhcru@gmail.com> | 2017-12-20 23:40:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-21 08:19:32 +0700 |
commit | f01ffa798d72b60465726910f881baae696a7d5e (patch) | |
tree | 30280a588c38b19c91c2d16d0cbb2cd8a11d99fc /graphics/ralcgm/README | |
parent | 3f90f9b40d84ec24d9705f623b7a36fcf017cf8e (diff) | |
download | slackbuilds-f01ffa798d72b60465726910f881baae696a7d5e.tar.gz |
graphics/ralcgm: Added (view/convert CGM vector image files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics/ralcgm/README')
-rw-r--r-- | graphics/ralcgm/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/ralcgm/README b/graphics/ralcgm/README new file mode 100644 index 0000000000..2bd6ce5024 --- /dev/null +++ b/graphics/ralcgm/README @@ -0,0 +1,14 @@ +ralcgm (view/convert CGM vector image files) + +RAL-CGM is a program to translate or interpret CGM (Computer Graphics +Metafile) files, either to a different encoding (Binary, Character or +Clear Text) or to view on a terminal or to send to a plotter (PostScript +or HPGL). + +It can be used as an ImageMagick or GraphicsMagick delegate to convert +from CGM format. + +If you want to compile the example code: + +gcc -o testcgm -I/usr/include/ralcgm \ + /usr/doc/ralcgm-3.50/examples/testcgm.c -lcgm -lm -lX11 |