mirror of
https://github.com/Intervention/image.git
synced 2025-08-11 08:24:02 +02:00
Edit readme
This commit is contained in:
10
readme.md
10
readme.md
@@ -1,14 +1,14 @@
|
||||
# Intervention Image
|
||||
## PHP Image Manipulation
|
||||
## PHP Image Processing
|
||||
|
||||
[](https://packagist.org/packages/intervention/image)
|
||||
[](https://github.com/Intervention/image/actions)
|
||||
[](https://packagist.org/packages/intervention/image/stats)
|
||||
|
||||
Intervention Image is an **image handling and manipulation library written in
|
||||
PHP** that provides an easy and expressive way to create, edit and compose
|
||||
images. The GD library or Imagick can be selected as the base layer for all
|
||||
operations.
|
||||
Intervention Image is a **PHP image processing library** that provides a simple
|
||||
and expressive way to create, edit, and compose images. It features a unified
|
||||
API for the two most popular image manipulation extensions. You can choose
|
||||
between the GD library or Imagick as the base layer for all operations.
|
||||
|
||||
- Simple interface for common image editing tasks
|
||||
- Interchangable driver architecture
|
||||
|
Reference in New Issue
Block a user