Download the PHP package hectorprats/php-image-converter without Composer
On this page you can find all versions of the php package hectorprats/php-image-converter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hectorprats/php-image-converter
More information about hectorprats/php-image-converter
Files in hectorprats/php-image-converter
Download hectorprats/php-image-converter
More information about hectorprats/php-image-converter
Files in hectorprats/php-image-converter
Vendor hectorprats
Package php-image-converter
Short Description PHP class to convert image formats
License MIT
Homepage https://github.com/hectorprats/php-image-converter
Package php-image-converter
Short Description PHP class to convert image formats
License MIT
Homepage https://github.com/hectorprats/php-image-converter
Please rate this library. Is it a good library?
Informations about the package php-image-converter
PHP Image Converter
Version 1.2 beta
PHP library to convert between gif, jpeg, png and webp image files.
Usage
Syntax
Example
Quality
The third argument is an optional $quality
value. It will differ depending on your image format.
Format | Default | Min | Max | Description |
---|---|---|---|---|
gif | null |
null |
null |
Quality value not supported |
jpeg | -1 |
0 |
100 |
Higher means better quality |
png | -1 |
0 |
9 |
Lower means better quality |
webp | 80 |
0 |
100 |
Higher means better quality |
Notes
If you try to convert to a path that has not been created, it will try to create it automatically.
Requirements
- PHP 7+
- GD (active on almost every server by default)
Contributors
Contributing
Please see contributing for details.
Inspiration
Donate
Donate to DevoneraAB if you want.
License
MIT
All versions of php-image-converter with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
ext-gd Version *
ext-exif Version *
ext-gd Version *
ext-exif Version *
The package hectorprats/php-image-converter contains the following files
Loading the files please wait ....