[26564] in Perl-Users-Digest
Perl-Users Digest, Issue: 8702 Volume: 10
daemon@ATHENA.MIT.EDU (Perl-Users Digest)
Thu Nov 24 06:05:34 2005
Date: Thu, 24 Nov 2005 03:05:04 -0800 (PST)
From: Perl-Users Digest <Perl-Users-Request@ruby.OCE.ORST.EDU>
To: Perl-Users@ruby.OCE.ORST.EDU (Perl-Users Digest)
Perl-Users Digest Thu, 24 Nov 2005 Volume: 10 Number: 8702
Today's topics:
How to change the brightness or apply transperency to a <Oliver-Bleckmann@freenet.de>
Re: How to change the brightness or apply transperency <thepoet_nospam@arcor.de>
Re: Passing particular types of params to subroutines <NoSPam@NoSpam.com>
Digest Administrivia (Last modified: 6 Apr 01) (Perl-Users-Digest Admin)
----------------------------------------------------------------------
Date: Thu, 24 Nov 2005 00:32:58 +0100
From: "Oliver Bleckmann" <Oliver-Bleckmann@freenet.de>
Subject: How to change the brightness or apply transperency to a part/ an image?
Message-Id: <dm2udi$jrb$1@newsserver.rz.tu-ilmenau.de>
Hi,
short question:
Im using GD to generate some gif's.
How do i change all colors within a certain area of the image -
e.g. rise the brightness.
Perhaps there is a way to rotate the pallet or draw a transparent white
layer (background color) over the area, which creates this effect? Or
multiply two images, or whatever...
I have to create some color gradations, but cannot use a fill method,
because there's no way to determin
the position of the objects. finally a new object is drawn, the image is
written, an the next time the program starts,
the process starts again. So these obects fade out afer x turns.
------------------------------
Date: Thu, 24 Nov 2005 11:58:53 +0100
From: Christian Winter <thepoet_nospam@arcor.de>
Subject: Re: How to change the brightness or apply transperency to a part/ an image?
Message-Id: <43859cec$0$27884$9b4e6d93@newsread4.arcor-online.net>
Oliver Bleckmann schrieb:
> Hi,
>
> short question:
>
> Im using GD to generate some gif's.
> How do i change all colors within a certain area of the image -
> e.g. rise the brightness.
> Perhaps there is a way to rotate the pallet or draw a transparent white
> layer (background color) over the area, which creates this effect? Or
> multiply two images, or whatever...
> I have to create some color gradations, but cannot use a fill method,
> because there's no way to determin
> the position of the objects. finally a new object is drawn, the image is
> written, an the next time the program starts,
> the process starts again. So these obects fade out afer x turns.
Did you try the copyMerge method (in particular the percent value for
opacy)?
HTH
-Chris
------------------------------
Date: Wed, 23 Nov 2005 20:54:07 -0500
From: "Daniel Kaplan" <NoSPam@NoSpam.com>
Subject: Re: Passing particular types of params to subroutines
Message-Id: <1132797247.966136@nntp.acecape.com>
"Daniel Cutter" <dcutterREMOVETHECAPS@gmx.de> wrote in message
news:dm2lek$dsm$1@online.de...
> Cookies([$cr1, $ce1, $cs1, $ci1, $uri1],
> [$cr2, $ce2, $cs2, $ci2, $uri2],
> # ...
thanks for the help. turns out it's as simple as passing
CallMySub ( [$cookie1, $cookie2, $cookie3] , $new_url);
then in the sub:
my ($cookies, $new_url) = @_;
print $q->redirect(-cookie=>$cookies,-uri=>$new_url);
------------------------------
Date: 6 Apr 2001 21:33:47 GMT (Last modified)
From: Perl-Users-Request@ruby.oce.orst.edu (Perl-Users-Digest Admin)
Subject: Digest Administrivia (Last modified: 6 Apr 01)
Message-Id: <null>
Administrivia:
#The Perl-Users Digest is a retransmission of the USENET newsgroup
#comp.lang.perl.misc. For subscription or unsubscription requests, send
#the single line:
#
# subscribe perl-users
#or:
# unsubscribe perl-users
#
#to almanac@ruby.oce.orst.edu.
NOTE: due to the current flood of worm email banging on ruby, the smtp
server on ruby has been shut off until further notice.
To submit articles to comp.lang.perl.announce, send your article to
clpa@perl.com.
#To request back copies (available for a week or so), send your request
#to almanac@ruby.oce.orst.edu with the command "send perl-users x.y",
#where x is the volume number and y is the issue number.
#For other requests pertaining to the digest, send mail to
#perl-users-request@ruby.oce.orst.edu. Do not waste your time or mine
#sending perl questions to the -request address, I don't have time to
#answer them even if I did know the answer.
------------------------------
End of Perl-Users Digest V10 Issue 8702
***************************************