mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 05:52:47 +02:00
Edit readme
This commit is contained in:
17
readme.md
17
readme.md
@@ -5,12 +5,12 @@
|
|||||||
[](https://github.com/Intervention/image/actions)
|
[](https://github.com/Intervention/image/actions)
|
||||||
[](https://packagist.org/packages/intervention/image/stats)
|
[](https://packagist.org/packages/intervention/image/stats)
|
||||||
|
|
||||||
Intervention Image is a **image handling and manipulation library written in
|
Intervention Image is an **image handling and manipulation library written in
|
||||||
PHP** providing an easy and expressive way to create, edit, and compose
|
PHP** that provides an easy and expressive way to create, edit and compose
|
||||||
images. GD library or Imagick can be selected as the base layer for all
|
images. The GD library or Imagick can be selected as the base layer for all
|
||||||
operations.
|
operations.
|
||||||
|
|
||||||
- Simple interface for common image manipulation tasks
|
- Simple interface for common image editing tasks
|
||||||
- Interchangable driver architecture
|
- Interchangable driver architecture
|
||||||
- Support for animated images
|
- Support for animated images
|
||||||
- Framework-agnostic
|
- Framework-agnostic
|
||||||
@@ -18,7 +18,8 @@ operations.
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
You can install this package easily with [Composer](https://getcomposer.org/). Just require the package with the following command:
|
You can easily install this package using [Composer](https://getcomposer.org).
|
||||||
|
Just request the package with the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
composer require intervention/image
|
composer require intervention/image
|
||||||
@@ -67,9 +68,9 @@ $encoded->save('images/example.jpg');
|
|||||||
|
|
||||||
## Development & Testing
|
## Development & Testing
|
||||||
|
|
||||||
With this package comes a Docker image to build a test suite and analysis
|
This package contains a Docker image for building a test suite and an analysis
|
||||||
container. To build this container you have to have Docker installed on your
|
container. You must have Docker installed on your system to run all tests using
|
||||||
system. You can run all tests with this command.
|
the following command.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose run --rm --build tests
|
docker-compose run --rm --build tests
|
||||||
|
Reference in New Issue
Block a user