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
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
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
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
#
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
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
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
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
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
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
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
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
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
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>
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
> 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
>
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]
: 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
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
>
>
>
> -
[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
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/
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
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
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
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
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
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
-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
>
>
>
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
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
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
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
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
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
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
>
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'
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::
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
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
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
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
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-
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.
how does one save jpg's to MySql using PERL?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
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
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
49 matches
Mail list logo