-
php Ico can extract graphics from .ico files and build a PNG images from them. It can parse the .ico file header and retrieve the information about how many icons there are in the file, their size, color depth and palette.php Ico can extract each icon image into a new image that can be saved in the PNG format. The ...
-
Image to PHP is meant to read all images in a specified directory and then generates a PHP class with functions that serve the headers and the data of such image files.It is very useful when you want to distribute a small PHP package with images embedded in the PHP code instead of using separate files.
-
Zodiacal Sign is a simple class that determines what is the zodiacal sign that corresponds to a given day and month of the year.The class validates the specified month and day and returns the file name of a zodiac sign image.
-
Converting images between formats may be useful for Web applications because each image format has advantages and disadvantages depending on the applications purpose.With JPEG you can reduce the quality to limit the file size. With GIF you can make it transparent or generate animations. With PNG you can avoid GIF color model restrictions. With SWF you can protect your image ...
-
Thumbnail Generator is meant to generate thumbnails from images in the GIF, JPEG or PNG formats. The images are scaled proportionally assuring that neither the width nor the height exceed a given thumbnail size.Thumbnail Generator classes uses the GD lib to resize the images. The thumbnail is generated as true color image in the PNG format.
-
class.dropshadow.php allows for easy creation of thumbnail images with (or without!) a drop shadow effect. Images can be read from a file or passed as a string (as you might take the images from a database), and they can also be resized for easy creation of thumbnails. You can also change the background colour of the image and generate the ...
-
Image Pop Up Class is designed to ease the publication of images in html webpages that uses PHP.Functions of Image Pop Up Class:- With this class you can insert pictures in your web pages in one line (simlar to tags).- The class automatically creates a link to the original image using javascript (displaying the selected picture in a new window ...
-
Thumb-nailit is a simple class that can generate a thumbnail graphic of a given image. The class generates a thumbnail graphic that keeps the proportion of original image and at the same time neither the width nor the height do not exceed a given size.Thumb-nailit reads the original image using a given file name. It detects the image type checking ...
-
PWGen creates random character passwords, and outputs them to text, html, or as images. It also provides a demo of image verification code ala Yahoo account sign up.
-
Power Thumb is meant to generate thumbnails for images that can be processed with optional color filters and be presented in HTML pages with optional full scale zoom links.Currently the supported color filters are grayscale, red, green, blue, yellow, magenta, cyan and black. The full scale image link opens in popup window and displays the description of the picture.The attributes ...
-
Thumbnails Creation is meant to generate thumbnails from image files located in a specified directory. The package comes with a class that can traverse directories and list the files in them to determine which are images based on the file name extension.A sub-class is capable of taking a list of image files and generate thumbnail images that are stored with ...
-
These classes are meant to generate thumbnail images or adding a logo or watermark to a picture.There are also sub-classes for caching the generated images in files stored in a temporary folder. The generated images may be cached to avoid the need to process the pictures during a given period of time.
-
Administrator module that uses a class file to add/edit/delete entries from a mysql database. Also has image support so you can upload an image with your entry as well. Auto-resizes image to a thumbnail as well.
-
Mandelbrot can generate Mandelbrot and Julia fractals images using arbitary precision math using the PHP BC extension.Mandelbrot can be configured to set many different fractal parameters and the size of the output image, which is saved to a file in the PNG format using PHP GD extension.
-
Thumbnail and Watermark is a class that can process an image on the fly by either generate a thumbnail, apply an watermark to the image, or resize it.Autodetect GD 1 and GD 2, auto-fitting, scaling, calculate quality factor for a specific file size, suport bicubic resample algorithm. The processed image can either be displayed in a page, saved to a ...

