Download the PHP package gdaws/imageresizer without Composer
On this page you can find all versions of the php package gdaws/imageresizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gdaws/imageresizer
More information about gdaws/imageresizer
Files in gdaws/imageresizer
Download gdaws/imageresizer
More information about gdaws/imageresizer
Files in gdaws/imageresizer
Please rate this library. Is it a good library?
Informations about the package imageresizer
Image Resizing Library
High level image resizing library for PHP 5.3+
Usage example:
Crop Mode
Scale and then crop the image.
Max Mode
Scale the image to tightly fit the output dimensions while preserving the aspect ratio.
Stretch Mode
Resize the image exactly to the dimensions specified.
Common Settings
These are common settings that affect the output image:
width
of image in pixels. The value must be greater than 0.height
of image in pixels. The value must be greater than 0.quality
sets the compression level. Accepts a value between 0 and 100.
It's possible to only specify one of the dimensions and let the resizer calculate the other dimension using the source image's aspect ratio.
All versions of imageresizer with dependencies
PHP Build Version
Package Version
The package gdaws/imageresizer contains the following files
Loading the files please wait ....