Posts Tagged ‘gd’

PHP Tutorials: Thumbnail Image Generator (Part 2/3)

Creating a PHP thumbnail function that generates a thumbnail from an image. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorials: Thumbnail Image Generator (Part 1/3)

Creating a PHP thumbnail function that generates a thumbnail from an image. Official website phpacademy.org Support Forum http Follow us on Twitter! twitter.com

PHP Tutorial: Avatar / Profile Image Upload [part 03]

In this part I show you how to modify the profile page to display the image.

PHP Image Watermark Function Tutorial How To Apply Watermark On the Fly

Copy Paste Code: www.developphp.com Master PHP Image Processing with Adam Khoury in this Video Textbook Series. In this video we learn how to apply watermark to any uploaded images on the fly by applying another custom function to our image processing library file.

PHP Image Filter Name Rename Tutorial Upload jpg gif png On the Fly

Copy Paste Code: www.developphp.com Master PHP Image Processing with Adam Khoury in this Video Textbook Series. In this video we learn how to filter or rename an uploaded image file name so that strange characters or spaces in the name do not present issues. In our example the function will work for renaming and filtering JPG, GIF, and PNG type of images file names.

PHP Image Convert Function Tutorial Upload Type jpg gif png On the Fly

Copy Paste Code: www.developphp.com Master PHP Image Processing with Adam Khoury in this Video Textbook Series. In this video we learn how to convert images from one type to another using the GD library functions.

PHP Image Crop Thumbnail Function Tutorial jpg gif png Resize On the Fly

Copy Paste Code: www.developphp.com Master PHP Image Processing with Adam Khoury in this Video Textbook Series. In this video we learn how to script a universal PHP image crop function that runs inline with out resize function created in the last lesson. It uses a handful of functions from the GD library in PHP. In our example the function will work for cropping JPG, GIF, and PNG type of images universally.