Subscribe
Tutorial search

PHP Image Manipulation Tutorials


We hope that you will enjoy our PHP Image Manipulation tutorials. Feel free to contact us if you would like to be a tutorial hero and contribute your own PHP Image Manipulation tutorial to our site. Thank you !

Sort by:
Photo Gallery with PHP, MySQL, ImageMagic and jQuery
Photo Gallery with PHP, MySQL, ImageMagic and jQuery
This series of the videos explains how to create Photo Gallery using PHP, MySQL, ImageMagic and jQuery. Using PHP you will be able to add, modify and populate data stored on the MySQL Database and display records of all images on the page. ImageMagic will help us to resize and crop images to the relevant dimentions, while jQuery will provide the support in the presentation of the gallery. The last two chapters are dedicated to adding the earlier created gallery to our Content Management System. Over 4 hours of videos!!!
Difficulty:
Create image in PHP
Create image in PHP
Create images with lines and string. this PHP script also adds a MIME to image so it can be used as a part of a web page.
Difficulty:
Graphics in PHP
Graphics in PHP
I will in this tutorial show you how to create images with PHP, this uses inbuilt functions and doesn't need anything else then just PHP to work. Let's begin.
Difficulty:
How to create and save an image from the specified url
How to create and save an image from the specified url
The code below creates and saves an image from the url specified. URL must return an image and should not be an html page. The __FILE__ is a PHP constant and returns the absoulte path of current file
Difficulty:
Creating image from text in PHP
Creating image from text in PHP
Sometimes it is required to display email addresses as images to safegaurd against spammers and to protect emails being captured by screen scraping. So the code below is a function that receives text to be displayed on the image. The size of image, fonts and colors can be customized. The text is centered horizontally and vertically in the image. A font file should be placed in the path specified in the code below
Difficulty:
Simple Bar Chart in PHP
Simple Bar Chart in PHP
Learn how to make a simple PHP bar chart
Difficulty:
The GD Guide
The GD Guide
A nice simple guide on learning how to use the GD guide in PHP.
Difficulty:
Easily create thumbnail with PHP
Easily create thumbnail with PHP
Learn how to easily and effectively create image thumbnails with PHP! Its as simple as adding two lines of code. You control the size of your thumbs!
Difficulty:
Use ajax to create a cacheing system
Use ajax to create a cacheing system
This is a class that extracts the rss data from vi.sualize.us servers and gets the images to display them. I do this every time someone visits the page. If any image is new for the first time we display the image from vi.sualize.us and run a functions in javascript to check for new images. If any new images exist then we cache them in a folder on our server and the next time a user visits the page that image will be shown from our server.
Difficulty:
Image manipulation and watermarking in PHP with GD2
Image manipulation and watermarking in PHP with GD2
Resizing and watermarking images in PHP with the help of the GD2 module is easy and painless.
Difficulty:
Creating a Paired Bar Graph using PHP
Creating a Paired Bar Graph using PHP
The code can be used to produce graph-pairs to reflect page hits redirecting to two possible locations (ie: webpage & tee-time) for each external site.
Difficulty:
Display Thumbnails For Related Posts in Wordpress
Display Thumbnails For Related Posts in Wordpress
In this tutorial you’ll learn how to increase pageviews by adding thumbnails to related posts using the popular YARPP plugin and Wordpress custom fields. The Goal Before we start, let’s take a look at the result of what we’re building:
Difficulty:
PHP Resize Image Tutorial
PHP Resize Image Tutorial
This tutorial demonstrates how to resize images in PHP. The ability to resize images is useful for creating thumbnails for image galleries.
Difficulty:
Enabling GD in PHP
Enabling GD in PHP
This is a short tutorial that shows you how to enable the GD library in PHP, if you want to use it.
Difficulty:
Howto Show Visitors IP Address in a Image
Howto Show Visitors IP Address in a Image
Howto Show IP Address in a Image .png php | www.mrvinux.com:
Difficulty:
Total Tutorials in Category: 135