CGI generated image/png problem?

2000-12-28 Thread R.P. Aditya
I have a simple script dynamically generating a PNG based on form input: #!/usr/bin/perl # genImage.perl use strict; print LLI; Content-type: image/png LLI genPNG(); #a subroutine that can produce PNGs using libpng this worked

Re: CGI generated image/png problem?

2000-12-28 Thread R.P. Aditya
s of libgd... Adi On Thu, Dec 28, 2000 at 01:40:49AM -0800, R.P. Aditya wrote: I have a simple script dynamically generating a PNG based on form input: #!/usr/bin/perl # genImage.perl use strict; print LLI; Content-type: image/png LLI