"The Linux Gazette...making Linux just a little more fun!"


(?) The Answer Guy (!)


By James T. Dennis, tag@lists.linuxgazette.net
Starshine Technical Services, http://www.starshine.org/


(?) More on: Automated PostScript (ps) to GIF Conversion

From Steven Hancock on Fri, 08 Jan 1999

Hi, here's another solution to the problem of converting postscript files to gif. Get the ImageMagick package, if it isn't already installed, and use its mogrify command, like this:

mogrify -format gif somefile.ps

and this will create somefile.gif. The man pages on mogrify and convert for more information.

(!) I figured there was something like this out there.
Here's a few of other commends that are part of my copy of ImageMagick:
/usr/X11R6/bin/animate
/usr/X11R6/bin/combine
/usr/X11R6/bin/convert
/usr/X11R6/bin/display
/usr/X11R6/bin/identify
/usr/X11R6/bin/import
/usr/X11R6/bin/montage
(I cut this list from a much longer list that's generated with the command 'rpm -ql imagemag' on one of my S.u.S.E. boxes. A similar command would work on any RPM based distribution).
One utility of special note is:
/usr/X11R6/bin/xtp
... which is actually a command-line FTP client for getting and putting files from/to FTP servers.
(There are several other FTP client utilities that can be operated non-interactive by command line invocation --- so it seems like a duplication of effort to have ImageMagick include one. Presumably the author couldn't find one of those at the time that he needed this).
These are the sorts of things I like to see in the Tips HOWTO and the "2-cent Tips" columns in LG.
Also I'd love for someone to put together an overview of Linux graphics software with some ideas about how to use xfig, tgif, ImageMagick, xv, the GIMP etc. Not something as sophisticated as the Graphics Muse --- but simpler things for those of use that just need to whip up some web page icons or draw diagrams and charts for the occasional project at work.
Obviously I'm ill-suited to this task since I'm an avowed text mode bigot.


Copyright © 1999, James T. Dennis
Published in The Linux Gazette Issue 37 February 1999


[ Answer Guy Index ] 1 2 3 4 5 6 7 8 9 10
11 12 14 15 16 17 18 19 21 22
23 28 29 30 31 32 33 34 37 38
39 41 42 43 44 45 46 47 48 49



[ Table Of Contents ] [ Front Page ] [ Previous Section ] [ Next Section ]