PHP Image Thumb Generator
Package:
Summary:
Create image thumbnails preserving the aspect
Groups:
Author:
Description:
This class can be used to create image thumbnails preserving the aspect.
It can open a given image file in the GIF, JPEG and PNG format.
The class can create a thumbnail of the image with given size, preserving the proportion between the original width and height.
The thumbnail images are served as the current script output in the same format as the original images.
It can open a given image file in the GIF, JPEG and PNG format.
The class can create a thumbnail of the image with given size, preserving the proportion between the original width and height.
The thumbnail images are served as the current script output in the same format as the original images.
Comments are closed.