Click to See Complete Forum and Search --> : JPG, GIF, PNG to Postscript?
tminos
11-12-2000, 01:11 AM
I've been having some.... fun.... with my printer lately. I'm using a HP 720C with the pnm2ppa drivers found on sourceforge. It can print postscript files fine, b&w and some color. I batched together a script to use enscript to convert plain ASCII files to Postscript but it would be nice if I can print some of the pictures I have on here. How would I go about converting my GIF's and JPEG's or PNG's to Postscript? What program would I use? I'm running Slack 7. Thanks.
Strike
11-12-2000, 04:51 AM
Doesn't GIMP do this? Of course, that's interactive. I don't know of a batch-style program that could handle a bunch of them.
posterboy
11-12-2000, 09:08 AM
Yes, the gimp does. If you have ImageMajick (do a "which display") it has a CLI command "convert" that will change just about anything to anything. Also EE will print anything it can see, as will XV.I rarely bother to convert, but, pick up what I want in EE and print it.
Ray
------------------
ray@raymondjones.net
HTTP://www.raymondjones.net
tminos
11-12-2000, 05:23 PM
So ImageMagick can do cli conversion? Thanks! Just what I was looking for.
Time to read on my BASH scripting again...