On Thu, May 24, 2001 at 06:23:54PM +0200, Herbert Voss wrote:
> Giorgio Corani wrote:
> > hi, as far as I know, the only supported format for images is eps.
> > What to do in order to put an other type of image, for example jpg?
> > I tried to save it as .eps within GIMP but (maybe it's a problem of my
> > installation) no such filter
> > was found.
>
> use convert my.gif my.eps
> it's part of the imagemagic package.
For jpeg images, it is better to use jpeg2ps
(http://www.pdflib.com/jpeg2ps/index.html) as it doesn't uncompress the image.
There is similar tiff2ps on CTAN.
> > Does the new release maybe support such images?
>
> yes.
In 1.1.6 you have the external inset, but it just converts the image file to
eps using 'convert'. It is better do to the conversion manually.
Also, if you use pdflatex instead of latex, you can include png/jpeg images.
(you can also include png/jpeg if you use latex+dvipdfm).