Download the PHP package rundiz/image without Composer
On this page you can find all versions of the php package rundiz/image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor rundiz
Package image
Short Description Image manipulation use GD or Imagick as drivers. It support watermark image or text, resize, crop, rotate, transparency gif or png and also support animation gif (Imagick only).
License MIT
Package image
Short Description Image manipulation use GD or Imagick as drivers. It support watermark image or text, resize, crop, rotate, transparency gif or png and also support animation gif (Imagick only).
License MIT
Please rate this library. Is it a good library?
Informations about the package image
Image manipulation
Simple image manipulation that use GD or Imagick as drivers.
Features:
File extensions supported
- AVIF (AVIFS)
*
- GIF
- JPG (JPEG)
- PNG
- WEBP
*
Functional
- Crop
- Flip (Require PHP 5.5+ for GD driver.)
- Resize (aspect ratio and not)
- Rotate
- Watermark image (including alpha transparency.)
- Watermark text (including alpha transparency.)
- Supported alpha transparency or transparent AVIF, GIF, PNG, WEBP.
- Supported animated GIF, WEBP
*
(Imagick only).
Example
Drivers
Gd driver
Imagick driver
Fallback drivers
You can use multiple drivers as fallback if it does not support.
Image manipulation methods
Multiple image process
For more details, please look in tests folder or see API doc
Remark:
*
AVIF
- PHP and Imagick that use ImageMagick prior 7.0.10-25 doesn't supported open or save AVIF.
Some older system may be able to save but the file's mime type will not changed. - PHP and Imagick (depend on ImageMagick) doesn't supported animated AVIF (AVIFS).
- PHP all version (last checked 8.3) with GD doesn't supported some kind of AVIF.
- PHP prior 8.1 with GD doesn't supported AVIF.
- PHP and Imagick that use ImageMagick prior 7.0.10-25 doesn't supported open or save AVIF.
*
WEBP
- PHP and Imagick that use ImageMagick prior 7.0.8.68 doesn't supported open or save animated WEBP.
- PHP all version (last checked 8.3) with GD doesn't supported animated WEBP.
- PHP prior 7.0 with GD (1, 2) doesn't supported open or save transparent WEBP.
- PHP prior 5.6 with GD doesn't fully supported WEBP and may cause image becomes green. Tested with PHP on Windows.
All versions of image with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package rundiz/image contains the following files
Loading the files please wait ....