From 69ceaab4d807007f592a5749d5eed986ff83d609 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Mon, 6 Apr 2015 03:05:33 +0200 Subject: [PATCH] refactor(docs) --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2473f61..b2ba753 100644 --- a/README.md +++ b/README.md @@ -27,18 +27,18 @@ Run the following script as `sudo` (supports OSX, Debian/Ubuntu, Redhat, Fedora, curl -s https://raw.githubusercontent.com/lovell/sharp/master/preinstall.sh | sudo bash - ``` -The [install script](https://github.com/lovell/sharp/blob/master/preinstall.sh) requires `curl` and `pkg-config`. +The [install script](https://github.com/lovell/sharp/blob/master/preinstall.sh) requires `curl` and `pkg-config` -## Image operations +## Supported image operations - Resize -- Crop - Enlarge +- Crop - Zoom -- Rotate by degrees +- Rotate - Flip/Flop - Extract area -- Extract image metadata +- Extract image metadata (size, format, profile, orientation...) - Image conversion to multiple formats ## API