I know I can generate images using PHP, can someone tell the functions to do that, ummm I guess one is imagecreatefrompng(), which are the rest?
I know I can generate images using PHP, can someone tell the functions to do that, ummm I guess one is imagecreatefrompng(), which are the rest?
this might help: http://forums.x10hosting.com/tutoria...flash-cs3.html
Please visit my site: Circuit designer
PHP's documentation has a great page on this. You can find it here: http://us2.php.net/manual/en/ref.image.php
Here's a snapshot of what can be found:
# gd_info — Retrieve information about the currently installed GD library
# getimagesize — Get the size of an image
# image_type_to_extension — Get file extension for image type
# image_type_to_mime_type — Get Mime-Type for image-type returned by getimagesize, exif_read_data, exif_thumbnail, exif_imagetype
# image2wbmp — Output image to browser or file
# imagealphablending — Set the blending mode for an image
# imageantialias — Should antialias functions be used or not
# imagearc — Draws an arc
# imagechar — Draw a character horizontally
# imagecharup — Draw a character vertically
# imagecolorallocate — Allocate a color for an image
# imagecolorallocatealpha — Allocate a color for an image
Last edited by AutoItKing; 03-06-2008 at 08:59 PM.
http://forums.x10hosting.com/tutoria...signature.html
here is a tut I wrote on it