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
In case anyone was wondering, found another thread in reference to it and the "solution": http://www.egroups.com/message/modperl/26850 http://www.ee.ethz.ch/~slist/rrd-users/msg01700.html http://www.ee.ethz.ch/~slist/rrd-users/msg01704.html The problem is with older versions of libgd...