modperl-using_GD_for_dynamic_graphics_also_some_Mason_stuff

This is part of The Pile, a partial archive of some open source mailing lists and newsgroups.



From: "JR Mayberry" <jr.mayberry@e-vend.net>
To: <modperl@apache.org>
Subject: Apache::GD examples?
Date: Wed, 28 Feb 2001 17:10:48 -0500

Does anyone have any real world examples of Apache::GD or Apache::GD/Graph I
could look at?

And/or stories of using Apache::GD/Graph in a production enviroment..





===

Date: Wed, 28 Feb 2001 18:14:17 -0600 (EST)
From: <dsh@monsterlabs.com>
To: JR Mayberry <jr.mayberry@e-vend.net>
Subject: Re: Apache::GD examples?

On Wed, 28 Feb 2001, JR Mayberry wrote:

> Does anyone have any real world examples of Apache::GD or Apache::GD/Graph I
> could look at?
> 
> And/or stories of using Apache::GD/Graph in a production enviroment..

We started using it a few months ago for a web poll, and are
now using it for most of our reporting.  It's simple and
quick.

   http://www.sitemason.com/poll/iIDEre/results

The current version works well out of the box, even though
we use the old GD that supports gifs (have to skip the make
test though)

Scott


===

Date: Mon, 21 Jan 2002 21:41:46 +0200
From: Issac Goldstand <margol@beamartyr.net>
To: modperl@apache.org
Subject: [ANNOUNCE] Apache::GD::Thumbnail-0.01

The uploaded file

    Apache-GD-Thumbnail-0.01.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/I/IS/ISAAC/Apache-GD-Thumbnail-0.01.tar.gz
  size: 2428 bytes
   md5: 5c46eca45e213e98a2d2388b7a6fcb8a

NAME
       Apache::GD::Thumbnail - Apache module which generates on-
       the-fly thumbnails using GD and libjpeg

SYNOPSIS
         <Location /pics/thumbnails>
         SetHandler perl-handler
         PerlHandler Apache::GD::Thumbnail
         PerlSetVar ThumbnailMaxSize 75
         PerlSetVar ThumbnailBaseDir "/usr/local/httpd/htdocs/pics"
         </Location>

DESCRIPTION
       Just what it looks like: creates on-the-fly thumbnails of
       a jpeg image.  There are two optional configuration direc

the rest of The Pile (a partial mailing list archive)

doom@kzsu.stanford.edu