Re: Possible bug in image inclusion, bug report site down
Akira Kakuto <kakuto-/k5Uodmu4m/[email protected]>
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <06C78F6959B8492CB48B8B90F629F16E@CJ3001517A> |
> After compiling the source, you'll see three images: two that are
> quite large and don't fit the page, one that has a width of about four
> times smaller than the other images.
In r36291 in TeX Live repository, Exif is supported in writejpg.c
for pdfTeX in addition to JFIF, borrowed from sources in dvipdfm-x.
test.pdf created from the following source is attached.
%
% test.tex
% pdflatex test
%
\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics{test-cmyk300.jpg}
\includegraphics{test-cmyk72.jpg}
\includegraphics{test-rgb300.jpg}
\end{document}
Best,
Akira
test.pdf
(application/pdf, 277.3 KB) - not displayed