Problem with Gd module and animated Gifs

2010-07-04 Thread Mike Martin
Hi I am looking at creating animated gifs using this in the man page as a starting point my $gifdata = $image->gifanimbegin; $gifdata .= $image->gifanimadd;# first frame for (1..100) { # make a frame of right size my $frame = GD::

RE: Re[2]: Problem with GD::Graph

2006-09-16 Thread john
Well, I installed the newest version of GD and now it works! Thanks. -Original Message- From: Owen Cook [mailto:[EMAIL PROTECTED] Sent: Saturday, September 16, 2006 1:07 AM To: john Cc: beginners@perl.org Subject: RE: Re[2]: Problem with GD::Graph -- On Fri, 15 Sep 2006, john wrote

RE: Re[2]: Problem with GD::Graph

2006-09-15 Thread Owen Cook
-- On Fri, 15 Sep 2006, john wrote: > Where could I find the installed DG version since it's no visible in the GD > man page. > /usr/bin/gdlib-config --version but you might want to read /usr/bin/gdlib-config --help Owen -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Re[2]: Problem with GD::Graph

2006-09-15 Thread john
Where could I find the installed DG version since it's no visible in the GD man page. -Original Message- From: Owen Cook [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 1:15 PM To: john Cc: beginners@perl.org Subject: RE: Re[2]: Problem with GD::Graph On Fri, 15 Sep

RE: Re[2]: Problem with GD::Graph

2006-09-15 Thread Owen Cook
ED] > Sent: Friday, September 15, 2006 12:47 PM > To: john > Cc: beginners@perl.org > Subject: RE: Re[2]: Problem with GD::Graph > > > On Fri, 15 Sep 2006, john wrote: > > > Well, I did that > > > > Putting the use GD::Graph::area in the beginning >

RE: Re[2]: Problem with GD::Graph

2006-09-15 Thread john
: RE: Re[2]: Problem with GD::Graph On Fri, 15 Sep 2006, john wrote: > Well, I did that > > Putting the use GD::Graph::area in the beginning > and now the error is > > perl: relocation error: > /usr/lib/perl5/site_perl/5.8.0/i486-linux/auto/GD/GD.so: undefined symbol: > g

RE: Re[2]: Problem with GD::Graph

2006-09-15 Thread Owen Cook
On Fri, 15 Sep 2006, john wrote: > Well, I did that > > Putting the use GD::Graph::area in the beginning > and now the error is > > perl: relocation error: > /usr/lib/perl5/site_perl/5.8.0/i486-linux/auto/GD/GD.so: undefined symbol: > gdFontGetLarge Well it would seem to be an build type pro

RE: Re[2]: Problem with GD::Graph

2006-09-15 Thread john
: Friday, September 15, 2006 11:28 AM To: john Subject: Re[2]: Problem with GD::Graph Hello john, Friday, September 15, 2006, 11:09:10 AM, you wrote: > I replace the crusial line with the one below > my $graph = GD::Graph::area->new(400, 300); > and I received the error > Can't

Re: Problem with GD::Graph

2006-09-15 Thread Mumia W.
On 09/15/2006 02:24 AM, john wrote: Hi all I have installed the GD::Graph module and I tried to run the example using this code [...] my $graph = GD::Graph::chart->new(400, 300); [...] I haven't installed GD::Graph yet, but the description provided by 'aptitude' doesn't describe a GD::Gr

RE: Problem with GD::Graph

2006-09-15 Thread Owen Cook
On Fri, 15 Sep 2006, john wrote: > I replace the crusial line with the one below > > my $graph = GD::Graph::area->new(400, 300); > > and I received the error > > Can't locate object method "new" via package "GD::Graph::area" (perhaps you > forgot to load "GD::Graph::area"?) at test2.pl line 1

RE: Problem with GD::Graph

2006-09-15 Thread john
nk that all these type of plotting are included in the GD::Graph module. -Original Message- From: Owen Cook [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 10:45 AM To: john Cc: beginners@perl.org Subject: Re: Problem with GD::Graph -- On Fri, 15 Sep 2006, john wrote: >

Re: Problem with GD::Graph

2006-09-15 Thread Owen Cook
-- On Fri, 15 Sep 2006, john wrote: > Hi all > > > > I have installed the GD::Graph module and I tried to run the example using > this code > > > > > > #!/usr/bin/perl -w > > > > use GD::Graph; > > > > @data = ( > > ["1st","2nd","3rd","4th","5th","6th","7th", "8th", "9t

Problem with GD::Graph

2006-09-15 Thread john
Hi all I have installed the GD::Graph module and I tried to run the example using this code #!/usr/bin/perl -w use GD::Graph; @data = ( ["1st","2nd","3rd","4th","5th","6th","7th", "8th", "9th"], [1,2,5,6,3, 1.5,1, 3, 4], [ sort { $a

Re: problem with GD

2005-10-07 Thread Dan Klose
On Fri, 2005-10-07 at 03:55 -0700, Aditi Gupta wrote: > Hello everybody, > I've tried installing GD for Activestate Perl on a Windows XP system. I've > downloaded the module from CPAN. But the module contains GD.xs file and > hence I've to build it myself. I used C compiler but it is giving many >

problem with GD

2005-10-07 Thread Aditi Gupta
Hello everybody, I've tried installing GD for Activestate Perl on a Windows XP system. I've downloaded the module from CPAN. But the module contains GD.xs file and hence I've to build it myself. I used C compiler but it is giving many errors and most of them are not being able to locate perl.h, ex

problem with GD

2005-05-04 Thread Ankur Gupta
Hi, Today I installed gdlib, GD and GD::Graph. There were some problems with make test but make install went fine. So I installed them forcefully. Now when I run a sample file from the samples directory I am getting the following error. /usr/bin/perl sample63.pl Processing sample63 ld.so.1: /depo

TTF problem with GD

2001-10-25 Thread Beau E. Cox
I'm trying to produce truetype text in an image using GD. All I get is junk text output (please see http://beaucox.com/_test_/gd/ttf.html). All characters are mono-spaced "boxes"!!!?? The code is: ... my @bounds = $img->stringTTF ($black,"verdana.ttf", 12, 0,