BBC wrote:
> Hi all.
> is any one know how to use these functions, and what for are they:
> imagecreatetruecolor();
> imagecreatefromjpeg();

creating image resource.

> ImageCopyResized();

copy and resize image resource.

> ImageDestroy();

destroy image resource.

RTFM: http://php.net/gd

> 
> 
> Best regard
> BBC

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

Reply via email to