An open API service indexing awesome lists of open source software.

https://github.com/sergix44/imagezen

Image manipulation library
https://github.com/sergix44/imagezen

image image-manipulation intervention intervention-image php php8

Last synced: about 1 year ago
JSON representation

Image manipulation library

Awesome Lists containing this project

README

          



> Yet another image manipulation library for PHP

[![Latest Version on Packagist](https://img.shields.io/packagist/v/sergix44/imagezen.svg?style=flat-square)](https://packagist.org/packages/sergix44/imagezen)
[![Tests](https://img.shields.io/github/actions/workflow/status/sergix44/imagezen/run-tests.yml?branch=master&label=tests&style=flat-square)](https://github.com/sergix44/imagezen/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/sergix44/imagezen.svg?style=flat-square)](https://packagist.org/packages/sergix44/imagezen)

ImageZen is a PHP library that allows you to manipulate images in a simple way.
It's extensible and easy to use, you can create your own operations and use them in your projects.
The core operations are based on [Intervention Image](https://github.com/intervention/image).

## Installation

You can install the package via composer:

```bash
composer require sergix44/imagezen
```

## Usage

See the official [documentation here](https://sergix44.github.io/imagezen/).

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Sergio Brighenti](https://github.com/SergiX44)
- [All Contributors](../../contributors)

## License

The AGPL-3.0 License. Please see [License File](LICENSE.md) for more information.