Re: Images problem

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

 



It's working !!!! Thanks a lot


----- Original Message ----- 
From: "Randy Rinehart" <randy@xxxxxxxxxxxxxx>
To: "Phpu" <phpu@xxxxx>; <php-general@xxxxxxxxxxxxx>
Sent: Wednesday, November 17, 2004 6:29 PM
Subject: Re:  Images problem


> I believe you can use imagecopymerged to do this.
> 
> http://us2.php.net/manual/en/function.imagecopymerge.php
> 
> please let me know if that helps.
> 
> Thanks
> 
> -randy rinehart
> 
> ----- Original Message ----- 
> From: "Phpu" <phpu@xxxxx>
> To: <php-general@xxxxxxxxxxxxx>
> Sent: Wednesday, November 17, 2004 10:05 AM
> Subject:  Images problem
> 
> 
> If i have 2 images:
> 
> $im1 = imagecreate (100, 100);
> $white = ImageColorAllocate ($im1, 255, 255, 255);
> 
> 
> $im2 = imagecreate (50, 50);
> $black = ImageColorAllocate ($im2, 0, 0, 0);
> 
> 
> How can i put $im2 over $im1 and result one single image? Is there a
> function to do this?
> 
> Thank You
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux