Re: Error when including image with bogus resolution
Akira Yokosawa <[email protected]> Mon, 10 Feb 2025 00:41:13 +0900
| Newsgroups | gmane.comp.tex.pdftex |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have installed and started testing TeXLive 2025 pretest.
I got a ton of new warning messages from pdfTeX, an example of which
looks like this:
-------------------------------------------------------------
pdfTeX warning (ext1): too small image resolution ignored <-- new warning
<SMPdesign/clockfreq.pdf, id=2971, 239.89626pt x 211.79124pt>
File: SMPdesign/clockfreq.pdf Graphic file (type pdf)
<use SMPdesign/clockfreq.pdf>
Package pdftex.def Info: SMPdesign/clockfreq.pdf used on input line 345.
(pdftex.def) Requested size: 239.89566pt x 211.79073pt.
-------------------------------------------------------------
Is there any possibility this has something to do with the fix of jpg image
inclusion?
LaTeX source corresponding to above warning looks like this:
\begin{figure}
\centering
\resizebox{3in}{!}{\includegraphics{SMPdesign/clockfreq}}
\caption{MIPS/Clock-Frequency Trend for Intel CPUs}
\label{fig:intro:Clock-Frequency Trend for Intel CPUs}
\end{figure}
The included image (clockfreq.pdf) is generated by
gnuplot -> .eps -> epstopdf -> .pdf
lualatex in the pretest doesn't emit those new warnings.
If you need a MWE, please let me know.
Thanks!