On Thu, Mar 28, 2002 at 12:46:07PM +0100, Martin Schroeder wrote:
> On 2002-03-28 10:07:59 +0530, Kalyan Mukherjea wrote:
> > TeX document from him/her but it would be preferable if there were a
> > switch in the ps or pdf viewers which would simply interchange ff
> > (white) pixels for (0
Consider a simple pdfTeX file:
\setbox0=\hbox{\pdfimage {any-humble-png-image.png}}
\copy0
\copy0 %% <-- it crashes here
\bye
When there's only one \copy0 pdfTeX produces correct pdf file.
When I type \copy0 twice pdftex crashes with a message:
libpng error: Not enough image data
Would