Re: Installation fun...PHP & GD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 15 Jul 2003, Logan Linux wrote:
> Hi Jared, thanks for the reply,
> I am atually using png in the page thats not working...
> 
> <?php
> header ("Content-type: image/png");
> $im = imagecreate (300, 300);
> $white = imagecolorallocate ($im,255,255,255);
> $blue = imagecolorallocate ($im,0,0,255);
> imagestring ($im, 5, 0, 0, "I want this to work!!", $blue);

// don't forget to send the image to the browser ;)
imagepng($im);

> ?>

David.


-- 
Shrike-list mailing list
Shrike-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux