summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/tests/pdfimage.tex
blob: 76bf8758a15123b4aafdc49463762f419b1d572a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
% Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org>
% You may freely use, modify and/or distribute this file.
%
\ifx\fmtname\undefined
  \input basic
  \def\fmtname{basic}
  \expandafter\dump
\fi
%==================
\pdfoutput=1
\pdfcompresslevel=0

\topskip0pt

\pdfximage width \hsize height \vsize {1-4.jpg}
\hbox{\pdfrefximage\pdflastximage}
\eject

\pdfximage width \hsize height \vsize {B.pdf}
\hbox{\pdfrefximage\pdflastximage}
\eject

\pdfximage width \hsize height \vsize {lily-ledger-broken.png}
\hbox{\pdfrefximage\pdflastximage}
\eject

\bye