Algorithms Arrays Passwords Uncategorized
Commerce Uncategorized
Databases Abstraction Layers Informix LDAP MS SQL MySQL ODBC PostgreSQL Uncategorized
Date & Time Calculators Conversion Translation Uncategorized
Discussion Chat Forums Guestbooks Polls Uncategorized
Email Validation Uncategorized
External Uncategorized
Files and Directories Uncategorized
Games Uncategorized
Graphics 3-D Graphs Resizing Thumbnails Uncategorized
HTML Forms Menus & Navigation Source Viewers Tables Templates Uncategorized
HTTP Authentication Cookies File Uploading Uncategorized
I18N Uncategorized
Math Uncategorized
Miscellaneous Uncategorized
Searching and Trees Uncategorized
Security Uncategorized
Text Uncategorized
Utilities Calendars Counters Link Checkers Weather Uncategorized
XML Uncategorized
| php sample source codes |
|---|
|
Autogallery is a program for dynamically generating thumbnail image galleries from existing directories and JPEG or PNG images. Features include multiple directory browsing ability, text file-based gallery naming for each directory, automatic generation of thumbnails from JPEG and PNG images, built-in advertisement rotation system, customizable messages per directory/gallery, and customizable gallery names.
|
|
I wrote this script because i was sick of generating thumbnails by hand an putting them into the right size-format. so this autogallery is really cool.<br><br>
specification:
<ul>
<li>multiple galleries possible
<li>proper query-string handling (simple API)
<li>reads jp(e)g source images and generates thumbnails automatically
<li>updates thumbnails automatically if you add a new source image
<li>colomns and rows of the gallery can be specified
<li>page index is created automatically
<li>obsolete thumbnails will be removed
<li>etc.
</ul>
You can get the complete source as a zipped project file from <a href=http://www.circle.ch/scripts/ target=_>http://www.circle.ch/scripts/</a>
|
|
This class allows you to very easily create thumbnails of images, on which you can also apply a drop-shadow effect. You can control the colour of the background so that drop-shadow will fit better onto your page and the size of the thumbnail.
You can resize in an absolute or relative way (to a certain size or by a certain size), both as a pixel number or a percentage.
|
|
This is the first version of my Dynamic Gallery page. Dynamically takes the images from given categorys in each directory of that category, and creates a thumbnail on the fly. Very useful script.
|
|
This code is used to generate an image directory with proportional thumbnails. The number of images on the page can be set as well as the size of the thumbnails generated. Another feature is an automatically generated menu at the bottom of each page. This code is a spin-off of code originally submitted by mauricio portasio.
|
|
browse your image directories with proportional thumbnails. customize thumbnail size and number of
columns. click on images for full size view. generates indented html table code. if you modify this code in any way, pls send me a copy of the enhanced code.
|
|
Generates and saves proportional thumbnails of JPEG images.
|
|
A Function which allows you to create proportional Thumbnails with some features:
works with JPG/Gif
requires GD 1.6 or higher
- grayscale [on | off]
- Border with Bordercolor [on | off]
- antialiasing [on | off] (GD 2.x, JPG only)
- interlace [on | off] (nice effect)
|
|
This class was created to simplify the process of representing images with
thumbnails. This class simply gets the image's size, converts the height and width
depending on what you've set the class to do and then outputs and HTML tag with
the appropriate values. It requires no additional libraries and is cross-os compatible.
|
|
Simple Image Resizer
2 Methods available:
1.) percentual Resizing
2.) Just giving new sizes
|
|
This class writes some text over a image
|
|
thumbsfunc 0.1 is a collection of php-functions which allow
users to create thumbnails from jpg-file using the jpgtn-
package von Jeremy Madea
|
|
Thumbnail function
GD library enamble or disable
|
|
This script reads all images in a directory and resize it to a specific width( the height will be resized but kept at the right ratio so the thumbnail will not be disfigured). Right now the script is set for jpegs only since my server doesn't support GIF yet. Simply remove the // and it should allow GIF support (that is if your GD supports it)
THe script is configured to reads images/funny but you can change it. :)
|
|
Creates a thumbnail of a JPEG, PNG, or GIF, on the fly. It takes user-defined dimensions, and is smart enough to keep the image proportions (if desired, of course).
|
|
Reads all GIF files from a directory and outputs thumbnails of them, generated on-the-fly to a user-specified size.
|
|
This Code gives you 2 new powerful Functions. The first is an on-the-fly Thumbnailer. The second Funktion generates also an Thumbnail on the fly, but the Script saves the Thumbnail on the server. So the Script gets very fast.
The Script uses the GB Libary.
If there are Bugs, mail me.
|