|
|
|
| This article describes how you can rotate images in PHP. We deal with two examples, firstly rotating by 45 degrees and then by 90, going in to some depth to ensure you understand how the code is working. You might find this useful if you are, for example, building an online photo gallery and you want to rotate your pictures within PHP rather than having to rotate them on your computer. This is a powerful feature to have. |
|
|
|
| Hits:
150 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Mar-27-2006 |
|
|
|
|
|
| Worried about bots? Then create CAPTCHA images to prevent bots from taking advantage of your site. You may be wondering what a CAPTCHA image is. Here's a brief synopsis from Wikipedia: A captcha (an acronym for "completely automated public Turing test to tell computers and humans apart") is a type of challenge-response test used in computing to determine whether or not the user is human. Captchas are used to prevent bots from using various types of computing services. Applications include preventing bots from taking part in online polls, registering for free email accounts (which may then be used to send spam), and, more recently, preventing bot-generated spam by requiring that the (unrecognized) sender pass a captcha test before the email message is delivered. |
|
|
|
| Hits:
184 |
|
| Ratings:
3.00 |
|
 |
|
|
|
|
|    Date Added: Mar-05-2006 |
|
|
|
|
|
| This article discuss on creating auto thumbnailer. User only need to submit an image, and the script will automatically create smaller size (thumbnail) of the image. This script produces high quality thumbnail (under GD v2), also works with GD v1. |
|
|
|
| Hits:
126 |
|
| Ratings:
4.50 |
|
 |
|
|
|
|
|    Date Added: Feb-21-2006 |
|
|
|
|
|
| This tutorial focuses on a thumbnail generation script. Rather than generating a smaller representation of the image, it cuts out a section of the photograph to create an obscure snapshot of the photo itself. The thumbnail's size is variable also, so the script be used across different sites to create different sized thumbnails where needed. |
|
|
|
| Hits:
153 |
|
| Ratings:
4.50 |
|
 |
|
|
|
|
|    Date Added: Feb-15-2006 |
|
|
|
|
|
| Contents in this article: ------------------------- *How PHP supports Imaging *Support for Font libraries *Creating Images *Getting Image size *Colors *Color Alpha / transparency *Drawing *Image resizing *Image zooming / enlarging *Image cropping *Image rotation *Drawing True-Type Fonts |
|
|
|
| Hits:
226 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Dec-12-2005 |
|
|
|
|
|
| PHP-ImageMagick Text Animation Tutorial And Example with source |
|
|
|
| Hits:
374 |
|
| Ratings:
1.00 |
|
 |
|
|
|
|
|    Date Added: Jul-25-2005 |
|
|
|
|
|
| This article tells you how to draw a rectangle and write centered text on to an existing PNG image using PHP's image manipulation functions. |
|
|
|
| Hits:
567 |
|
| Ratings:
1.00 |
|
 |
|
|
|
|
|    Date Added: Jul-29-2005 |
|
|
|
|
|
| This tutorial will tell you how to write text to a blank dynamically generated PNG image in PHP. This is fairly simple, so it is suitable for beginners. The image functions require the GD library to be installed. |
|
|
|
| Hits:
567 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-24-2005 |
|
|
|
|
|
| Follow this tutorial step by step to create your own image uploader, you can customise how you like, maybe set an admin password on the page so only you can upload or allow all users to do so. The possibilitys are endless. Visit this and you will end up with a fully functional uploader. |
|
|
|
| Hits:
402 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Aug-31-2005 |
|
|
|
|
|
| This tutorial will teach you how you can add drop shadows dynamically to your images using PHP's GD image processing functions. |
|
|
|
| Hits:
756 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-03-2005 |
|
|
|
|
|