output
Joel Brynielsson
joel@nada.kth.se
Thu, 13 Dec 2001 19:46:44 +0100 (MET)
On Thu, 13 Dec 2001, Wookey wrote:
> On Wed 12 Dec, graham.mullan wrote:
> > Does anyone know of a way of directly outputting a Survex plot as a bitmap
> > (or anything else, preferably a tiff) so that it can be modified on-screen
> > for publication, rather than having to use the low-tech option of print and
> > scan?
>
> You can print an hpgl output to a file instead of a printer and
> then drop it into something like coreldraw to get (a vector)
> image. You can probably do the same with postscript output.
>
> A modern drawing package can presumably turn this into a bitmap
> image of some sort for you?
After reading your e-mails, I must recommend ImageMagick:
http://www.imagemagick.org/
It is free and available for most platforms (as it seemed when I was
looking at the webpage).
If you are on a UNIX system you should definitely consider installing
ImageMagick in order to get hold of the command "convert", which
makes it very easy to convert images from and to almost any format
you can think of. The following would for example turn a hpgl-file
into a tiff file:
computer> convert survex_plot.hpgl tiff:survex_plot.tiff
"convert" used to be part of Gnome, so maybe it is already installed
for your system. Otherwise all binaries are on the website.
Maybe the convert source code can be used to implement functionality
in Survex for the feature that Graham request? It is open source...
Sincerely,
Joel Brynielsson
Royal Institute of Technology, Sweden