WEBSITE: betterphp.co.uk In this series I show you how to add a logo to an uploaded image.
Posts Tagged ‘watermark’
PHP Image Watermark Function Tutorial How To Apply Watermark On the Fly
April 11th, 2011
phpmoz 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
March 28th, 2011
phpmoz 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
March 27th, 2011
phpmoz 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
March 25th, 2011
phpmoz 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.
PHP Image Resize Function Tutorial jpg gif png Size On the Fly
March 18th, 2011
phpmoz 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 resizing function that uses a handful of functions from the GD library in PHP. In our example the function will work for resizing JPG, GIF, and PNG type of images.
PHP Tutorials: Automatically Watermark Image on Upload
August 2nd, 2010
phpmoz This will automatically upload, save and display a watermarked image. The user will upload an image, it will then be processed and an external watermark image will be placed in the bottom right hand corner. The watermarked image will then be saved and is ready to be used. FORUM phpacademy.org TWITTER twitter.com BLOG blog.phpacademy.org

Posted in
Tags:

