Download the PHP package tbetool/img-thumbnail-generator without Composer
On this page you can find all versions of the php package tbetool/img-thumbnail-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tbetool/img-thumbnail-generator
More information about tbetool/img-thumbnail-generator
Files in tbetool/img-thumbnail-generator
Download tbetool/img-thumbnail-generator
More information about tbetool/img-thumbnail-generator
Files in tbetool/img-thumbnail-generator
Vendor tbetool
Package img-thumbnail-generator
Short Description PHP library to resize image to desired height and width or generate thumbnail
License
Homepage http://thebornengineer.com
Package img-thumbnail-generator
Short Description PHP library to resize image to desired height and width or generate thumbnail
License
Homepage http://thebornengineer.com
Please rate this library. Is it a good library?
Informations about the package img-thumbnail-generator
php-image-resize
resize image to desired height/width or use it to generate thumbnail images
Installation
Usage
Parameters
- $source => (required) path to source image to generate thumbnail
- $destination => (required) absolute destination path to save thumbnail to
- $desired_width => (required) desired width of the image to resize to
- $desired_height => desired height of the image to resize to, If not provided, proportional height to widht ratio is used
- $quality => quality of the thumbnail, Default to 90
Example
Returns
True: when thumbnail is generated at destination False: if thumbnail generation is failed
Tips
- To not provide
desired_height
parameter and setquality
parameter, passNULL
in place of$desired-height
- To keep
$desired_height
and$quality
to its default, call function like
Developer
Anuj Sharma (https://anujsh.gitlab.io)
Repository
All versions of img-thumbnail-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package tbetool/img-thumbnail-generator contains the following files
Loading the files please wait ....