Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Top Rated Scripts | PHP | Tutorials & Tips | Image Manipulation

Results 21-40 of 42
Upload and Resize an Image
PHP has the ability to upload files such as documents or images using the multipart/form-data protocol, but how do you use this and how do you resize the images after they are uploaded to create thumbnails or image repository, etc. This tutorial along with full source code shows you how.
(18 ratings)
Reviews0
PriceFree
Views34505
Create CAPTCHA Images - Tutorial
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.
(12 ratings)
Reviews0
PriceFree
Views6402
Simple Image Rotater
This is the easiest tutorial on how to rotate images by random. Code included.
(9 ratings)
Reviews0
PriceFree
Views3603
Cropping an image
Taking the smaller size between the width and height of an image, we crop that image to obtain a square which we save into a file. Online demo available.
(3 ratings)
Reviews0
PriceFree
Views1826
Add text to an existing image with PHP
This tutorial describes how to write text on to an existing PNG image using image functions in PHP by using a simple example. Each step is clearly described to make it easy to follow.
(3 ratings)
Reviews0
PriceFree
Views977
Watermark on uploaded image
This tutorial shows how you can automate the process of adding watermarks on images from your site right when they are uploaded.
(3 ratings)
Reviews0
PriceFree
Views1893
PHP Thumbnail Generation Tutorial
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.
(1 ratings)
Reviews1
PriceFree
Views2064
Image Creation with PHP
With PHP you can create images from pure code. Throughout five sections, this tutorial shows how it's done. Topics include: Create the Ellipse, Modify an Existing Image, and more.
(0 ratings)
Reviews0
PriceFree
Views4152
Binary Data + MySQL + PHP
This tutorial will show how you can store the data via the HTML forms "File" feature in your MySQL database and how you can access and use this data in your webproject.
(0 ratings)
Reviews0
PriceFree
Views6657
Bar Charts With GD
This is a comprehensive tutorial on how the graphics capabilities of PHP can be used to create simple bar charts in GIF and PNG format. Each example includes a graphical chart along with source code.
(0 ratings)
Reviews0
PriceFree
Views4697
Convert Images to Thumbnailed Images
This tutorial will teach you the basics of auto generating your large image into condensed thumbnailed images using PHP. Complete code presented.
(0 ratings)
Reviews0
PriceFree
Views7042
Converting RGB values from/to HTML hex representation.
This article provides two functions for converting HTML color (like #AAED43) to three RGB values ($r = 170, $g = 237, $b = 67) and converting RGB values to HTML color.
(0 ratings)
Reviews0
PriceFree
Views1225
Create Thumbnail Images using PHP
This tutorial will describe how to create thumbnail images on the fly using PHP. Furthermore you will learn how to process a whole folder of images and create their thumbnails. Since this requires the GD library, you will need an installation of PHP with at least GD 2.0.1 enabled.
(0 ratings)
Reviews0
PriceFree
Views1696
Gd / FreeType text label generator
Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users.
(0 ratings)
Reviews0
PriceFree
Views1484
Function to resize image(s)
This function can be used to resize images (with gif,png and jpg extensions) in PHP. Very easy to use in any PHP script.
(0 ratings)
Reviews0
PriceFree
Views935
How to resize an image (on the fly) and keep its aspect ratio using GD
This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width’s size and reverse. For instance you have an image with the following dimensions: width – 1000, height – 800. Its thumbnail with a width of 250 will have the height of 200 (the ratio is kept).
(0 ratings)
Reviews1
PriceFree
Views3268
How to center a text on an image using GD
This tutorial can give you an idea of how to center a text on an image using the GD Library. The script creates an image and centers a text on it.
(0 ratings)
Reviews0
PriceFree
Views1149
Putting watermark on an Image
This PHP can be used for achieving watermarking task easily. I hope it will help you too.
(0 ratings)
Reviews0
PriceFree
Views849
Resize Images Using PHP and GD Library
The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.
(0 ratings)
Reviews0
PriceFree
Views1249
Watermark Your Images with Text Using PHP and GD Library
The article along with complete code sample demonstrates the use of PHP and GD library to watermark uploaded images on the fly. The method demonstrated here to watermark an uploaded image is to render a partially transparent line of text over the original image.
(0 ratings)
Reviews0
PriceFree
Views1207
Results 21-40 of 42