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 1-20 of 42
Uploading Image Files with PHP
This comprehensive tutorial guides you through step-by-step in the process of uploading, verifying and storing images with PHP. A database is required for storing information about the images. All code is provided.
(3 ratings)
Reviews0
PriceFree
Views2545
Image Uploading With Auto Thumbnails Using PHP
In many scenarios you cannot escape uploading images when you develop a php script. This tutorial details how you can upload images using php and auto creates thumbnails on image upload.
(3 ratings)
Reviews0
PriceFree
Views2609
Data Goes In, Data Comes Out � This Time it's Binary
This setp-by-step article explains how to create a database-driven image uploading and display system in PHP. The example database used being MySQL, it also discusses possible modifications for MS SQL and Oracle. Some of the main topics include: Create database table with a field defined to hold binary data, Get your binary data into your table through a form-based file upload script, and Retrieve your binary data and display it to the user.
(7 ratings)
Reviews1
PriceFree
Views9997
Interactive Maps with PHP
This tutorial shows you how to create an interactive image maps using PHP and the GD library. It explains a method to zoom a portion of an image by using PHP and gif files.
(3 ratings)
Reviews0
PriceFree
Views5401
Making thumbnails with PHP
A simple 2 file, 2-part tutorial about how to upload a picture of .gif or .jpg format and how to store that photo in a folder and also make a thumbnail of that picture.
(6 ratings)
Reviews0
PriceFree
Views3865
How to Rotate an Image in PHP
This tutorial will show you how to rotate an image in your PHP scripts. You'll need to have the GD library installed to be able to use some of the functions we use in this guide, though this is included with most PHP installations so there's a chance you'll have it.
(6 ratings)
Reviews0
PriceFree
Views878
PHP Create Image Thumbnail
In this tutorial you will learn how to generate thumbnails from form uploaded images using GD php image library. The image ratio is maintained, so the thumbnail images will not be deformed. An image verification is performed before uploading and the image size is verified.
(13 ratings)
Reviews1
PriceFree
Views3949
Dynamic Images
Create dynamic images with the GD library. Tutorial shows you how to create a little man holding a sign that displays various messages (such a visitor's IP address and user-inputted text).
(3 ratings)
Reviews0
PriceFree
Views2064
Creating An Image Upload Script
A guide to creating a basic script for allowing users to upload images to your website.
(3 ratings)
Reviews0
PriceFree
Views1911
Creating thumbnail - Resize an image with PHP
In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image. Using a this image resize script gives you the possibility to create various images which are different in their size.
(9 ratings)
Reviews0
PriceFree
Views4977
Creating a simple photo gallery
In this tutorial I will show you how to create a simple photo gallery. The script creates thumbnail images if needed and displays all images in the given directory.
(9 ratings)
Reviews0
PriceFree
Views6371
Creating Dynamic Images with PHP
This simple tutorial explains how to create images on the fly using PHP. It presents a simple code which you can use with a TTF font on your site.
(6 ratings)
Reviews0
PriceFree
Views8020
Simple Image Resize in GD
Were going to be creating it in a function, so that we can re-use this wherever we need to. This particular function saves the thumbnail file to a directory on the server, you could actually skip saving the file and just print out the image itself if you would prefer to do that.
(3 ratings)
Reviews0
PriceFree
Views2173
PHP multiple photo thumbnail generator
Built-in PHP library gd does not have ready-to-use function for photo(jpeg) thumbnail generation. Although there are many such examples on the net, they are usually not suitable for effective generating series of thumbnails (for ex. 240x240, 140x140, 80x80). This article provides php function thumbnail_generator and trivial image uploading script, which generates series of thumbnails.
(3 ratings)
Reviews0
PriceFree
Views2333
Creating an Image Gallery
the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the bells and whistles. at the time of writing, this tutorial assumes a version of PHP >= 4.3 and GD 2.
(12 ratings)
Reviews0
PriceFree
Views11066
Creating an image gallery
This short tutorial will show you how to make a basic image gallery using PHP. The complete code presented.
(9 ratings)
Reviews0
PriceFree
Views11162
An easy way of creating Image & Adding Fonts to it.
Creating an image with PHP & GD library on the Fly , and add fonts to decorate it .Could be used as hit counter or just to show your database stats on main page .
(3 ratings)
Reviews0
PriceFree
Views3718
Image Resizing Class
This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion between the width and height.The resized image is generated in the JPEG format overwriting the original image file.
(3 ratings)
Reviews0
PriceFree
Views1205
Dynamic Image Generation using PHP
Creating images on the fly can be a very useful skill. In this tutorial we will show you how to get quite interesting and useful effects using image handling functions. We will review two practical tasks: creating security images (captcha) on the fly and building a bar chart using numerical values retrieved from MySQL database.
(3 ratings)
Reviews0
PriceFree
Views2127
Image rotation with PHP
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.
(15 ratings)
Reviews0
PriceFree
Views4947
Results 1-20 of 42