File: |
class.image-resize.php |
Role: |
Class source |
Content type: |
text/plain |
Description: |
This Class contains functions for resizing image |
Class: |
Image Resizing Class
Resize images preserving the aspect ratio |
Author: |
By Himanshu Patel |
Last change: |
This class resizes the image while maintaining aspect ratio. It takes two parameters is max_height and max_width it describes area span of the image to be resized. For example we are resing the image of size 2000*1500 and if we specify max_width = 500 the it will resize the width as 500 and according to that it will resize the height |
Date: |
16 years ago |
Size: |
2,586 bytes |
|
|
|