[EMAIL PROTECTED] writes:
> Failing that, how do you convert gifs etc. into eps? The book tells me how
> to deal with that format (= encapsulated postscript?)
See the netpbm package. For example, you can do the following:
giftopnm some.gif | pnmtops > some.eps
For JPEG files, try
djpeg -pnm some.jpg | pnmtops > some.eps
where djpeg can be found in the libjpeg-progs package.
Brian
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] .
Trouble? e-mail to [EMAIL PROTECTED] .