in reply to Problem using PNG images created by GD::Graphs in an API2 PDF doc

Send the bug to the author. A quick glance of the code has a ton of bitshifting and bitmasking that I just don't want to figure out. *shudders*

Ideally, I would write the testcase up as a .t file that the author can include in his/her tests from now on. (Plus, it's easier to debug that way.)

------
We are the carpenters and bricklayers of the Information Age.

Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose

I shouldn't have to say this, but any code, unless otherwise stated, is untested

  • Comment on Re: Problem using PNG images created by GD::Graphs in an API2 PDF doc

Replies are listed 'Best First'.
Re: Re: Problem using PNG images created by GD::Graphs in an API2 PDF doc
by jmo0099 (Initiate) on May 10, 2004 at 14:22 UTC
    That is probably an excellent suggestion, but...I'm not sure where the problem actually resides. I spent the weekend trying to prove that it is either GD::Graphs or API2. I can create png files with GD::Graphs and view them in various utilites, and edit them with Gimp, which tells me GD::Graphs is working correctly. With API2 I can create PDFs and have them include png files that I have found laying about, which tells me that API2 is working correctly. Each seems to be working, I just can't get the two to play nicely together.

    John