Image Manipulation

Results 1 - 20 of 74

Sort by:

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.

(5.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 5,022

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...
(show more)

(4.33 out of 5) from 6 Ratings

  • Price: Free
  • Views: 3,905

Creating a CAPTCHA in PHP with GD

A CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart) is a system designed to test if input is originating from a human or a computer. This tutorial will explain how to make your own CAPTCHA using PHP and the bundled GD...
(show more)

  • Price: Free
  • Views: 560

PHP Resize Image Tutorial

This tutorial will demonstrate how to resize images with PHP. The ability to resize images is useful for creating thumbnails for image galleries.

  • Price: Free
  • Views: 154

Generate Images with Round Corners On-The-Fly Using PHP and GD Library

The code sample demonstrates the use of GD library to apply round corners on an image on-the-fly. It allows you to apply round corners of arbitrary size and color on a GIF, JPEG or PNG image. The source image is read on-demand and sent directly to the...
(show more)

  • Price: Free
  • Views: 335

Watermark Your Images with Text Using PHP and GD Library

The article along with complete code sample demonstrates the use of PHP and GD library to watermark uploaded images on the fly. The method demonstrated here to watermark an uploaded image is to render a partially transparent line of text over the...
(show more)

  • Price: Free
  • Views: 283

Resize Images Using PHP and GD Library

The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated...
(show more)

  • Price: Free
  • Views: 421

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...
(show more)

(4.67 out of 5) from 7 Ratings

  • Price: Free
  • Views: 9,250

Putting watermark on an Image

This PHP can be used for achieving watermarking task easily. I hope it will help you too.

  • Price: Free
  • Views: 266

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.

(5.00 out of 5) from 3 Ratings

  • Price: Free
  • Views: 1,065

How to center a text on an image using GD

This tutorial can give you an idea of how to center a text on an image using the GD Library. The script creates an image and centers a text on it.

  • Price: Free
  • Views: 371

How to resize an image (on the fly) and keep its aspect ratio using GD

This is a PHP Class useful if you need to resize images keeping their aspect ratio, using the GD Library. The new height is calculated proportionally to the new width’s size and reverse. For instance you have an image with the following dimensions: width...
(show more)

  • Price: Free
  • Views: 542

PHP Sig Generator

Use this tool to generate code that displays an image of your choice, with text displayed on it. The text is randomly taken from a list you make.

(4.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 764

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...
(show more)

  • Price: Free
  • Views: 642

Function to resize image(s)

This function can be used to resize images (with gif,png and jpg extensions) in PHP. Very easy to use in any PHP script.

  • Price: Free
  • Views: 397

Upload images with mysql database

In this tutorial is presented a simple code with informations about programing a script that uses MYSQL database to upload images. Very simple to interpretate, to code and to test, its a simple way to learn how to program a upload script that select...
(show more)

(3.33 out of 5) from 3 Ratings

  • Price: Free
  • Views: 2,062

Drawing Text with PHP and GD Library

How to draw text as a graphic and make dynamic buttons or hit counters.

  • Price: Free
  • Views: 430

Banner Maker

This tutorial will show you how to create a simple 468 x 60 banner online.

(4.67 out of 5) from 3 Ratings

  • Price: Free
  • Views: 989

Sorting images based on their Pixel Dimension.

JPEG compresses an image based on the color information present in the image (2). Thus, the file sizes are not a true representation of how large an image is when displayed on screen. In trying to sort out small images based on their width or height we...
(show more)

  • Price: Free
  • Views: 425

Watermarking on the fly with PHP

PHP, coupled with Apache rewriting, lets watermark "on the fly" and transparently, without modifying the original image.

  • Price: Free
  • Views: 1,969
<< previous
 ( 1 | 2 | 3 | 4next >>