Re: how to use Graphics-Simple-0.04 > Graphics::Simple

2011-07-05 Thread shawn wilson
On Jul 5, 2011 8:58 AM, "eventual" wrote: > > Hi, > Where do I download PostScript. > Is PostScript another programming language. Platform? Google 'ghostscript'. IIRC, fig is installed by default on ubuntu (though maybe I'm thinking of gs). Either way, if linux is your platform, 'apt-cache search

Re: how to use Graphics-Simple-0.04 > Graphics::Simple

2011-07-05 Thread eventual
Hi, Where do I download PostScript. Is PostScript another programming language. Thanks   From: Jim Gibson To: eventual ; "beginners@perl.org" Sent: Sunday, June 19, 2011 1:25 AM Subject: Re: how to use Graphics-Simple-0.04 > Graphics::Simple At 6:49 AM -0700 6/18/11, eventu

Re: how to use Graphics-Simple-0.04 > Graphics::Simple

2011-06-18 Thread Jim Gibson
At 6:49 AM -0700 6/18/11, eventual wrote: Hi, After successfully installing Tuomas J. Lukka > Graphics-Simple-0.04 > Graphics::Simple I do not know how to use the module. I tried the simple script below but it wont work and produce error msgs. Can someone teach me how to use the mod

how to use Graphics-Simple-0.04 > Graphics::Simple

2011-06-18 Thread eventual
Hi, After successfully installing Tuomas J. Lukka > Graphics-Simple-0.04 > Graphics::Simple I do not know how to use the module. I tried the simple script below but it wont work and produce error msgs. Can someone teach me how to use the module to produce simple graph. Thanks #

Re: graphics in perl

2008-06-23 Thread Jim Albert
text Does anyone have any suggestions for which perl modules we should look into? Thanks for any information. There are a lot of perl APIs built over various graphics packages. You can start with this list: http://search.cpan.org/modlist/Graphics You might also try searching cpan for some

Re: graphics in perl

2008-06-22 Thread Dodger
Uhm, dude... a Perl module won't do that because Perl is a language, not a display technology. You're looking for something like Shockwave Flash. Though you can certainly have Perl generate everything. 2008/6/22 Malka Cymbalista <[EMAIL PROTECTED]>: > We are running perl 5.8.5 on a Linux machine

RE: graphics in perl

2008-06-22 Thread michael watson (IAH-C)
I'd recommend interfacing with R (http://www.r-project.org) From: Malka Cymbalista [mailto:[EMAIL PROTECTED] Sent: Sun 22/06/2008 10:27 AM To: [EMAIL PROTECTED]; beginners@perl.org; [EMAIL PROTECTED] Subject: graphics in perl We are running perl 5.8.5

Re: graphics in perl

2008-06-22 Thread Francisco Valladolid
s >> 3. ability to zoom in on a portion of the graph >> 4. ability to calculate the distance between 2 points on the graph >> 5. ability to hover on a point and bring up some text Take a look into: http://search.cpan.org/modlist/Graphics Regards >> >> Does anyone have

Re: graphics in perl

2008-06-22 Thread Rob Dixon
aph > 5. ability to hover on a point and bring up some text > > Does anyone have any suggestions for which perl modules we should look into? Creating graphics is very different from writing a GUI or CGI application that lets you manipulate those graphics. For the graphics, take a look

graphics in perl

2008-06-22 Thread Malka Cymbalista
We are running perl 5.8.5 on a Linux machine that is running apache 2.2.6 with mod_perl 2.0.3. Our data is in a MySQL database (MySQL 5.0.45) We have been asked to write a web application that requires plotting capabilities. We do most of our web programming in perl so I am looking for a perl

Re: Manipulate graphics with Perl

2006-02-20 Thread Ryan
Truth. In an effort to be brief: I warn for the platform independant module designer. The lack of simplicity I mention is due to the fact ImageMagick isn't a pure-perl module that you can just stick in to your scripts list of dependancies. The complexity stems from image formats, core manipu

Re: Manipulate graphics with Perl

2006-02-20 Thread JupiterHost.Net
Ryan wrote: See the Perl interface of ImageMagick at: http://www.imagemagick.org/script/api.php#perl (Warning, not exactly simple) Really? I've found its quite easy as long as you follow best practices (Damian Conway) so that you can read your code later. Fiddling with images is of

Re: Manipulate graphics with Perl

2006-02-20 Thread Ryan
See the Perl interface of ImageMagick at: http://www.imagemagick.org/script/api.php#perl (Warning, not exactly simple) Scott wrote: I need to be able to take an image and break it down in to smaller blocks. This would be used to create an HTML page of smaller images together displaying the

Re: Manipulate graphics with Perl

2006-02-20 Thread JupiterHost.Net
so can someone point me in the right direction. http://search.cpan.org search for image or graphics or click on the catagory "Graphics" -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Manipulate graphics with Perl

2006-02-20 Thread Scott
I need to be able to take an image and break it down in to smaller blocks. This would be used to create an HTML page of smaller images together displaying the large image as a whole, basically like the slice tool in Adobe. I was wondering if there was a way Perl could do this? If so can someone poi

RE: Generating graphics

2003-09-03 Thread Dan Muey
> Hi all, Howdy > I have some datas in a file and I need to generate graphics > from the datas and show on html page. Is there any idia ? http://search.cpan.org/modlist/Graphics I use Image::Magick and Imager quite a bit. I think GD:: has some graphing type things HTH DMuey >

Generating graphics

2003-09-03 Thread Mehmet . Ekici
Hi all, I have some datas in a file and I need to generate graphics from the datas and show on html page. Is there any idia ? Regards, Mehmet -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: trying out examples in Oreilly's Perl Graphics Programming

2003-07-17 Thread Joel Lopez
: trying out examples in Oreilly's Perl Graphics Programming Please don't top post... On Wed, 16 Jul 2003 13:11:57 -0700, "Joel Lopez" <[EMAIL PROTECTED]> wrote: > Hi, > > using this seems to get rid of the garble

RE: trying out examples in Oreilly's Perl Graphics Programming

2003-07-16 Thread wiggins
tp://danconia.org > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 16, 2003 12:22 PM > To: Joel Lopez; [EMAIL PROTECTED] > Subject: RE: trying out examples in Oreilly's Perl Graphics Programming > > > > -

RE: trying out examples in Oreilly's Perl Graphics Programming

2003-07-16 Thread Joel Lopez
[mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 12:22 PM To: Joel Lopez; [EMAIL PROTECTED] Subject: RE: trying out examples in Oreilly's Perl Graphics Programming On 16 Jul 2003 11:28:31 -0700, Joel Lopez <[EMAIL PROTECTED]> w

RE: trying out examples in Oreilly's Perl Graphics Programming

2003-07-16 Thread wiggins
On 16 Jul 2003 11:28:31 -0700, Joel Lopez <[EMAIL PROTECTED]> wrote: > Hi, > > I have been trying to get this perl script to work, but I'm can't seem > to figure out why it's not working. You can see it here: > > http://shawn.apocabilly.org/PGP/

trying out examples in Oreilly's Perl Graphics Programming

2003-07-16 Thread Joel Lopez
Hi, I have been trying to get this perl script to work, but I'm can't seem to figure out why it's not working. You can see it here: http://shawn.apocabilly.org/PGP/examples/example2-1.txt When I run it I get this on my screen: [EMAIL PROTECTED] imagemagick]# ./helloworld2 Use of uninitialized

Re: Learning Graphics - Problem with Hello World Example / Fixed it!

2003-06-05 Thread Todd Wade
ut only by chance. Todd W. > > Clint > > On Wednesday June 4 2003 10:51 pm, Clint wrote: > > I am new to Perl and trying to learn graphics by the examples given in > > Shaun Wallace's Perl Graphics Programming. I'm using Perl 5.8 and have > > installed GD a

Re: Learning Graphics - Problem with Hello World Example / Fixed it!

2003-06-04 Thread Clint
age->new(401,201); Clint On Wednesday June 4 2003 10:51 pm, Clint wrote: > I am new to Perl and trying to learn graphics by the examples given in > Shaun Wallace's Perl Graphics Programming. I'm using Perl 5.8 and have > installed GD and GD::Graph using CPAN. I've c

Learning Graphics - Problem with Hello World Example

2003-06-04 Thread Clint
I am new to Perl and trying to learn graphics by the examples given in Shaun Wallace's Perl Graphics Programming. I'm using Perl 5.8 and have installed GD and GD::Graph using CPAN. I've checked to verify both modules are installed using a "findmodules" script I found

RE: Delivering Graphics over HTTP

2003-03-05 Thread Dan Muey
I get it in IE 5.0 ok also Netscape 7.01 > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 05, 2003 7:33 AM > To: Nigel Peck - MIS Web Design; Dan Muey; [EMAIL PROTECTED] > Subject: RE: Delivering Gra

RE: Delivering Graphics over HTTP

2003-03-05 Thread wiggins
On Wed, 5 Mar 2003 12:39:18 -, "Nigel Peck - MIS Web Design" <[EMAIL PROTECTED]> wrote: > I've done as suggested and it works fine in Mozilla but IE won't display the > image: > > http://cgi.www.miswebdesign.com/cgi-bin/www.miswebdesign.com/l

RE: Delivering Graphics over HTTP

2003-03-05 Thread Nigel Peck - MIS Web Design
-Original Message- > From: Dan Muey [mailto:[EMAIL PROTECTED] > Sent: 28 February 2003 14:43 > To: Nigel Peck - MIS Web Design; [EMAIL PROTECTED] > Subject: RE: Delivering Graphics over HTTP > > > I assume what you're trying to do is have in your html > > >

RE: Delivering Graphics over HTTP

2003-02-28 Thread Dan Muey
ttp in > the same manner that a web server would. Can anyone point me > in the right direction? Setting the mime type is no problem > but it's the rest that I have no experience of. In the past > I've always simply done a location: /path/to/graphic but the > graphics

Delivering Graphics over HTTP

2003-02-28 Thread Nigel Peck - MIS Web Design
raphic but the graphics are getting cached somewhere along the line so I need to set Cache-control: no-cache and the only way I can think of to do this is if my script does the delivery itself. I don't have access to the configuration of the web server. Unless it possible to do it in .htacces

Graphics

2002-07-29 Thread Mark Goland
Does anyone know a way to create graphic menu's without running X. I know curse can do it. But I need something more lively. Thanx, Mark

RE: perl graphics editing

2002-07-18 Thread Naika - EV1
Subject: RE: perl graphics editing Thanks to all that gave the info. Seems that ImageMagik is the winner hands down. :-) David Gerler Gerler Enterprises PO BOX 16357 Chesapeake VA 23328 http://www.GerlerEnterprises.com/ Nationwide Dial-up from $12.45 http://www.EasySitesForLess.com/ -Original

RE: perl graphics editing

2002-07-18 Thread David Gerler
Simonsen [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 18, 2002 4:22 PM To: David Gerler; Beginners Subject: Re: perl graphics editing This isn't a Perl solution (unless you run it from a perl script...) but it'll work. Use mogrify, part of the imagemagic software suite one command w

Re: perl graphics editing

2002-07-18 Thread Matt Simonsen
This isn't a Perl solution (unless you run it from a perl script...) but it'll work. Use mogrify, part of the imagemagic software suite one command will do the whole trick. Matt On Thu, 2002-07-18 at 11:56, David Gerler wrote: > Hi, > I have searched cpan using ppm looking for a packag

Re: perl graphics editing

2002-07-18 Thread Wiggins d'Anconia
Don;t know if this is still the *right* way to do things, but Image::Magick was always my favorite. Basically you read the file, set the attributes, and then write the file back out. David Gerler wrote: > Hi, > I have searched cpan using ppm looking for a package to use. I would like >

perl graphics editing

2002-07-18 Thread David Gerler
Hi, I have searched cpan using ppm looking for a package to use. I would like to write a script to edit the size of jpg's. Is there a package out there or even a script out there that will help me with this? I have about 2500 images that I need to resize to make them thumbs. That'

Re: BUSINESS GRAPHICS by PERL?

2002-05-07 Thread Adam Turoff
On Tue, May 07, 2002 at 11:30:03PM +0800, Ilarionov wrote: > Are there any links, tips, scripts, > about business graphics creation > by perl? What do you mean by "business graphics"? If you mean things like charts and graphs, then look at the GIFgraph, PNGgraph and GD::

BUSINESS GRAPHICS by PERL?

2002-05-07 Thread Ilarionov
Hi, Are there any links, tips, scripts, about business graphics creation by perl? Thank you in advance, Sincerely, Kiril Ilarionov, MCS, ICQ 119192040 -- ___ Download the free Opera browser at http://www.opera.com/ Powered by Outblaze

Re: Graphics Library

2002-05-07 Thread David vd Geer Inhuur tbv IPlib
ck! Regs David -- > > Does perl have an graphics library where you could create your own graphics? > > and how would i go by using it? > > > From: Arran > For more contact details goto: > Http://www.arran4.8m.com/ > /This document is provided in HTML as well as t

Graphics Library

2002-05-07 Thread Arran
Does perl have an graphics library where you could create your own graphics? and how would i go by using it? From: Arran For more contact details goto: Http://www.arran4.8m.com/ /This document is provided in HTML as well as text/ If builders built buildings the way programmers wrote programs

Re: Modules for creating graphics and images

2001-12-12 Thread zentara
On Tue, 11 Dec 2001 17:37:16 -0500, [EMAIL PROTECTED] (Pankaj Warade) wrote: >GlacierHi Group, >I had been working on generating graphic images (want to plot some graphs >like pie-chart, bar-graph). Is there any-way of getting this done in perl. >Came to know about GD module. Is there any other m

Re: Modules for creating graphics and images

2001-12-11 Thread Adam Turoff
igraph-0.02.tar.gz DistributionK/KB/KBAUCOM/Text-BarGraph-0.2.tar.gz DistributionL/LB/LBROCARD/GraphViz-1.4.tar.gz DistributionL/LD/LDS/Bio-Graphics-0.90.tar.gz DistributionL/LD/LDS/Bio-Graphics-0.92.tar.gz DistributionL/LU/LUKKA/Graphics-

Modules for creating graphics and images

2001-12-11 Thread Pankaj Warade
Title: Glacier Hi Group, I had been working on generating graphic images (want to plot some graphs like pie-chart, bar-graph). Is there any-way of getting this done in perl. Came to know about GD module. Is there any other modules which works in getting graphs.   Request suggestion.

Graphics

2001-08-16 Thread Randall Wagner
how does one save jpg's to MySql using PERL? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: perl and graphics

2001-07-31 Thread Mooney Christophe-CMOONEY1
I believe you're looking for Image::Magick from CPAN (www.cpan.org) -Original Message- From: Matt Behrens [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:19 AM To: [EMAIL PROTECTED] Subject: perl and graphics Hi all- I'm currently trying to find a way to

RE: perl and graphics

2001-07-31 Thread John Edwards
Take a look at the ImageMagick module. http://www.simplesystems.org/ImageMagick/www/perl.html -Original Message- From: Matt Behrens [mailto:[EMAIL PROTECTED]] Sent: 31 July 2001 17:19 To: [EMAIL PROTECTED] Subject: perl and graphics Hi all- I'm currently trying to find a way to

perl and graphics

2001-07-31 Thread Matt Behrens
Hi all- I'm currently trying to find a way to batch the conversion of thousands of tiff files to jpg files. I have written perl before, but I haven't been able to find much on graphics with PERL. Is this possible? Is it worth the time to try it? Any helpful hints? Thanks for an

Re: Graphics module gor perl

2001-06-04 Thread John Fox
Roiy, Verily, on June 4, 2001, the Sainted [EMAIL PROTECTED] spake: > I tried installing GD::graph but I have to install much more libs back. > maybe there is a simpler module Given that Perl was not designed with graphics in mind, it is inevitable than any graphics module will requi

Graphics module gor perl

2001-06-03 Thread Roiy
Hi All, Does anybody know, worked with , an easy to use perl module that can create graphs and graphical images I tried installing GD::graph but I have to install much more libs back. maybe there is a simpler module