Download the PHP package yannickl88/image without Composer
On this page you can find all versions of the php package yannickl88/image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yannickl88/image
More information about yannickl88/image
Files in yannickl88/image
Download yannickl88/image
More information about yannickl88/image
Files in yannickl88/image
Vendor yannickl88
Package image
Short Description Library for reading, transforming and writing image files.
License MIT
Package image
Short Description Library for reading, transforming and writing image files.
License MIT
Please rate this library. Is it a good library?
Informations about the package image
Easy reading, transforming and writing image files using PHP
Library for reading, transforming and writing image files.
This libary was born out of the need to have a consistent API for interacting with images. The goal is to have simple methods for common image tasks like cropping and resizing.
Usage
Supported file extensions for reading:
- PNG
- JPG
- JPEG
- GIF
Supported file extension for writing:
- PNG
- WEBP (if mod gd has been enabled with WebP support)
Example usages:
Migration
See Migration Guide.
Installation
$ composer require yannickl88/image
- This library follows semantic versioning strictly.
All versions of image with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
ext-gd Version *
ext-gd Version *
The package yannickl88/image contains the following files
Loading the files please wait ....