Advertisement

"convert" command

Started by March 10, 2005 11:38 AM
0 comments, last by eedok 19 years, 7 months ago
I wrote some CGI software for one linux server that relies upon the "convert" command to change a postscript file into a JPEG (they're graphs). My home computer and the server both had the convert command and so I just busted a system() call (the source is C++). However, now I have to port the CGI to run off of a laptop running ubuntu linux (don't ask why) and it doesn't have convert. When I try and use convert at the command line it says "bash: convert: command not found". How do I get convert onto this system so I can use it in my CGI? Thanks mucho,
OpenGL Revolutions http://students.hightechhigh.org/~jjensen/
convert is part of imagemagick, get that package and all will be good again

This topic is closed to new replies.

Advertisement