I'm writing my thesis which includes a lot of pictures (originally in a jpeg format) and a lot of graphs (originally in eps format). My understanding of LaTeX is that there is no way I can compile a *tex file that includes both jpeg and eps, is that right?
Assuming that is right, I have to convert one or the other. I have tried the Imagemagick
Code: Select all
convert -quality 100 picture1.jpg picture2.eps
My experience with converting though is that there is quality loss from the original picture / graph. I'm guessing I must be the umpteen person having this problem (although I couldn't see any previous post specifically related to this) so I would be interested to know what other LaTeX users needing both format (or high quality colour photos and graphs) have done in the past?