indiansummersky has asked for the wisdom of the Perl Monks concerning the following question:

Using GD::Graph::bars and Image::Resize modules in same program:

plots end up having black backgrounds (plots have white background when only GD::Graph::bars module is in use). I know this has someting to do with using the GD::Image object for both processes. Setting $bgclr => '#FFFFFF' for GD::Graph object doesn't help.

Any ideas?

NB: Image::Resize makes use of GD::Image

Replies are listed 'Best First'.
Re: Image::Resize headache
by blazar (Canon) on Oct 25, 2005 at 14:55 UTC
    I've never used either GD::Graph::bars or Image::Resize. But I doubt that even those who have, and could in principle give you good advice, will be able to help you, if you don't show the code you've tried. "I'm using both Module A and Module B" is not enough info, I guess.