Download the PHP package php-quickorm/image-resize without Composer
On this page you can find all versions of the php package php-quickorm/image-resize. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download php-quickorm/image-resize
More information about php-quickorm/image-resize
Files in php-quickorm/image-resize
Download php-quickorm/image-resize
More information about php-quickorm/image-resize
Files in php-quickorm/image-resize
Vendor php-quickorm
Package image-resize
Short Description A library implemented by PHP to resize image and add water mark
License MIT
Package image-resize
Short Description A library implemented by PHP to resize image and add water mark
License MIT
Please rate this library. Is it a good library?
Informations about the package image-resize
PHP ImageResize Library
What is it
A library implemented by PHP to resize image smartly and add water mark.
This library will help you resize the image according to the width and height defined and cut smartly to promise the length-to-width ratio, and add water mark in the mean time.
Requirements
- PHP 5 +
- PHP GD
- composer
Please assure that you have installed php-gd, and install it via
apt install php7.0-gd
orapt install php5-gd
is recommended.
Installation
Here are two ways to install:
-
Using composer:
- or download the
ImageResize.php
to your project and import it byrequire "ImageResize.php";
Usage
Resize
Water Mark
All versions of image-resize with dependencies
PHP Build Version
Package Version
No informations.
The package php-quickorm/image-resize contains the following files
Loading the files please wait ....