Jump to content

Image Manipulation Questions


Vivid Lust

Recommended Posts

Hi, I have the following questions and would be greatfull if you could answer them:

 

How can I count the number of pixels on an uploaded image?

How can I add text to and image?

How can I resize an image?

Do you know any tutorials that concern image manipulation with PHP and can you link me to them.

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/87916-image-manipulation-questions/
Share on other sites

Hi, I have the following questions and would be greatfull if you could answer them:

 

How can I count the number of pixels on an uploaded image?

How can I add text to and image?

How can I resize an image?

Do you know any tutorials that concern image manipulation with PHP and can you link me to them.

 

Thanks.

 

1. You'll want to check out http://php.net/getimagesize

2. Simple example of text becoming an image: http://code-bin.homedns.org/91 :: Google search

3. http://pksml.net/search/php+resize+image

4. http://nyphp.org/content/presentations/GDintro/ (the next page link is in the upper-right)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.