Hello Friends , Can anyone help me to know more about working with images in php ???? I mean : I want to add some notes or others to an image by php !!! Like adding a text on some image ??? Can anyone help ???
heres a couple of good tutorials on the subject that helped me create dynamic images; http://devzone.zend.com/node/view/id/1269 http://www.webcheatsheet.com/php/dynamic_image_generation.php hope this helps
Its called watermark search Google for : php watermark , php image watermark usually u need some library like GD ..
yes if your hosting have the necessary libraries make a php page <? phpinfo(); ?> see if there is GD installed .
i'm not sure , sorry can't answer . what i know is that you must have an image library to play with images . you can ask your host to install them . http://ca.php.net/gd http://ca.php.net/manual/en/ref.imagick.php
There are at least three that I can think of off the top of my head, but if your host doesn't have something as basic as GD installed for php, it's highly doubtful that they have any of the other even lower-level packages installed and available for you to use.