Thanks Shawn. But still not working.
> -Original Message-
> From: Shawn H Corey [mailto:shawnhco...@gmail.com]
> Try:
> my $img = new GD::Image(100,100,1);
[CHAN] Same as before, no difference.
--
On Friday 23 Apr 2010 15:03:19 Shawn H Corey wrote:
> CHAN, KENNETH 1 [AG/7721] wrote:
> > First of all, thanks Owen, Shlomi and Shawn for your advices.
> > But I still can't get the line appear on the transparent circle. I am
> > guessing maybe there is a problem with my Perl setting or something.
CHAN, KENNETH 1 [AG/7721] wrote:
First of all, thanks Owen, Shlomi and Shawn for your advices.
But I still can't get the line appear on the transparent circle. I am
guessing maybe there is a problem with my Perl setting or something.
Please see in text comments.
Try:
my $img = new GD::Image(10
On Fri, 23 Apr 2010 15:04:27 +0800
"CHAN, KENNETH 1 [AG/7721]" wrote:
> First of all, thanks Owen, Shlomi and Shawn for your advices.
> But I still can't get the line appear on the transparent circle. I am
> guessing maybe there is a problem with my Perl setting or something.
> Please see in text
n used GIMP2 to view it.
The circle is transparent color but still cannot see the line. When I
used xview to view it, the circle only appears as solid pink, still no
line.
> -Original Message-
> From: Shlomi Fish [mailto:shlo...@iglu.org.il]
> I think the Alpha color was drawn above
CHAN, KENNETH 1 [AG/7721] wrote:
Hi all,
I used colorAllocateAlpha to specify a transparent color. After
filling a circle with it, I don't see the background line which is drawn
before. The code is pasted below. What did I do wrong here? Thanks.
The alphaBlending may be in the wrong
On Thursday 22 Apr 2010 12:12:34 CHAN, KENNETH 1 [AG/7721] wrote:
> Hi all,
>
> I used colorAllocateAlpha to specify a transparent color. After
> filling a circle with it, I don't see the background line which is drawn
> before. The code is pasted below. What did I do wr
> Hi all,
>
> I used colorAllocateAlpha to specify a transparent color. After
> filling a circle with it, I don't see the background line which is
> drawn
> before. The code is pasted below. What did I do wrong here? Thanks.
I rewrote your script to write to the har
Hi all,
I used colorAllocateAlpha to specify a transparent color. After
filling a circle with it, I don't see the background line which is drawn
before. The code is pasted below. What did I do wrong here? Thanks.
Regards,
Kenneth
## Code ###