Articles: 843 | Categories: 148   
   
   
 
 
 
 
 
Php >> Articles & Tutorials >> Images
Watermark Images By: Admin

The following code sample demonstrates the use of GD library to watermark images on the fly. The method demonstrated here to watermark an...01-Apr-2010

Watermark Images By: Admin

PHP 4+ and GD 2.0+ represent a powerful combination when it comes to creating or altering images dynamically. In this tutorial, we'll loo...01-Apr-2010

Security with an Image By: Admin

If you're looking for a way to prevent brute-force attacks against your login pages, then look no further. In this article, I'll guide yo...01-Apr-2010

Resizing and Copying Images By: Admin

In this tutorial, we'll learn how to write a function that will take an image, reduce it's dimensions with the GD library, then (in this ...01-Apr-2010

Resizing An Image By: Admin

First, you should be familiar with including files or retrieving files for execution on your server. Basic knowledge of the $_SERVER['DOC...01-Apr-2010

Creating Images By: Admin

PHP supports the GD Graphics Libarary which, created by Thomas Boutell, provides support for the creation, and even the management of .jp...01-Apr-2010

Manipulating Existing Images By: Admin

Another function of the GD Graphics Library is the ability to manipulate images that have already been created and are available on your ...01-Apr-2010

Image Databasing By: Admin

This tutorial teaches you how to upload images into a mysql database using PHP. Even though it sounds complicated, it is fairly simple an...01-Apr-2010

Resizing Images with PHP By: Admin

There are two basic ways to resize images for Internet display, and there are two basic reasons for wanting them resized. The first two t...01-Apr-2010

Resize/Thumbnail Images By: Admin

We start off with an if statement to check whether or not the form has been submitted. Majority of the code has been commented to the bes...01-Apr-2010