Download the PHP package jbzoo/image without Composer
On this page you can find all versions of the php package jbzoo/image. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package image
JBZoo / Image
Package provides object-oriented way to manipulate with images as simple as possible.
Install
Example
That block loads source-image.jpg
, flip it horizontally, rotate it 90 degrees clockwise,
shrink it to fit within a 320x240 box, apply a sepia effect, convert it to a PNG, and save it to dist-image.png
with other format!
With this class, you can effortlessly:
- Resize images (free resize, resize to width, resize to height, resize to fit)
- Crop images
- Flip/rotate/adjust orientation
- Adjust brightness & contrast
- Desaturate, colorize, pixelate, blur, etc.
- Overlay one image onto another (watermarking)
- Add text using a font of your choice
- Convert between GIF, JPEG, PNG and WEBP formats
- Strip EXIF data (Just save it!)
Usage
Methods to create Image objects
Other utility methods
Add text on image (filter)
Unit testing and Code Quality
License
MIT
See Also
- CI-Report-Converter - The tool converts different error reporting standards for deep compatibility with popular CI systems.
- Composer-Diff - See what packages have changed after
composer update
. - Composer-Graph - Dependency graph visualization for composer.json (PHP + Composer) based on mermaid-js.
- Mermaid-PHP - Generate diagrams and flowcharts with the help of the mermaid script language.
- Utils - Collection of useful PHP functions, mini-classes, and snippets for every day.
- Data - Extended implementation of ArrayObject. Use files as config/array.
- Retry - Tiny PHP library providing retry/backoff functionality with multiple backoff strategies and jitter support.
- SimpleTypes - Converting any values and measures - money, weight, exchange rates, length, ...
All versions of image with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-gd Version *
ext-exif Version *
ext-ctype Version *
jbzoo/utils Version ^7.1
jbzoo/data Version ^7.1
ext-gd Version *
ext-exif Version *
ext-ctype Version *
jbzoo/utils Version ^7.1
jbzoo/data Version ^7.1
The package jbzoo/image contains the following files
Loading the files please wait ....