From d4c13112ac7f014e8aaa7349fdb8d13dbfbb6f24 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Thu, 28 Dec 2023 20:26:04 +0100 Subject: [PATCH] Edit readme --- readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 1f58108b..e29b6dcf 100644 --- a/readme.md +++ b/readme.md @@ -1,14 +1,14 @@ # 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) [![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) -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