1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
% $Id$ % Check if a 3gb file can be created. % (Public domain.) \pdfoutput=1 \pdfcompresslevel=0 \topskip0pt \newcount\n \loop \pdfximage width \hsize height \vsize {poles.png} \hbox{\pdfrefximage\pdflastximage} \eject \advance\n by1 \ifnum\n<3000 \repeat \bye