|
This article discuss on
In this tutorial you will
Learn how to use the GD
Contents in this article:
creating auto thumbnailer.
learn how to generate
library in PHP
-------------------------
User only need to submit an
thumbnails from form
*How PHP supports Imaging
image, and the script will
uploaded images using GD php
*Support for Font libraries
automatically create smaller
image library. The image
*Creating Images *Getting
size (thumbnail) of the
ratio is maintained, so the
Image size *Colors *Color
image. This script produces
thumbnail images will not be
Alpha / transparency
high quality thumbnail
deformed. An image
*Drawing *Image resizing
(under GD v2), also works
verification is performed
*Image zooming / enlarging
with GD v1.
before uploading and the
*Image cropping *Image
image size is verified.
rotation *Drawing True-Type
Fonts
Date: Jan, 16 2006 Date: May, 08 2006 Date: Aug, 28 2003 Date: Nov, 12 2005 |
|
This tutorial focuses on a
This demo shows how to create
This demo shows how to do
This code allows you to
thumbnail generation script.
dynamic progress bar images
resizing and overlays using
create a resized version of
Rather than generating a
using the PHP GD functions.
the PHP GD functions.
an image by altering the IMG
smaller representation of
tag dynamically. One common
the image, it cuts out a
application would be to
section of the photograph to
automatically create image
create an obscure snapshot
thumbnails without needing
of the photo itself. The
to have two copies of the
thumbnail's size is variable
image on your server.
also, so the script be used
across different sites to
create different sized
thumbnails where needed.
Date: Jan, 04 2006 Date: Oct, 21 2003 Date: Oct, 21 2003 Date: Sep, 25 2006 |