1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-17 12:18:14 +01:00

Edit readme

This commit is contained in:
Oliver Vogel 2023-12-28 20:26:04 +01:00
parent 0844947172
commit d4c13112ac

View File

@ -1,14 +1,14 @@
# Intervention Image # Intervention Image
## PHP Image Manipulation ## PHP Image Processing
[![Latest Version](https://img.shields.io/packagist/v/intervention/image.svg)](https://packagist.org/packages/intervention/image) [![Latest Version](https://img.shields.io/packagist/v/intervention/image.svg)](https://packagist.org/packages/intervention/image)
[![Build Status](https://github.com/Intervention/image/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Intervention/image/actions) [![Build Status](https://github.com/Intervention/image/actions/workflows/run-tests.yml/badge.svg)](https://github.com/Intervention/image/actions)
[![Monthly Downloads](https://img.shields.io/packagist/dm/intervention/image.svg)](https://packagist.org/packages/intervention/image/stats) [![Monthly Downloads](https://img.shields.io/packagist/dm/intervention/image.svg)](https://packagist.org/packages/intervention/image/stats)
Intervention Image is an **image handling and manipulation library written in Intervention Image is a **PHP image processing library** that provides a simple
PHP** that provides an easy and expressive way to create, edit and compose and expressive way to create, edit, and compose images. It features a unified
images. The GD library or Imagick can be selected as the base layer for all API for the two most popular image manipulation extensions. You can choose
operations. between the GD library or Imagick as the base layer for all operations.
- Simple interface for common image editing tasks - Simple interface for common image editing tasks
- Interchangable driver architecture - Interchangable driver architecture