Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Oct 30, 2022
1 parent a05d499 commit f0cc3bb
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,17 @@ Provides higher-level image processing helpers that are commonly needed when han
This package process images with the [libvips] library.
Libvips is a library that can process images [very rapidly][libvips performance] (often multiple times faster than ImageMagick).

## Installation

1. Install libvips:

In a MacOS terminal:
## Requirements

```sh
$ brew install vips
```
You need to install first the `libvips` library.

In a Debian/Ubuntu terminal:
- In a MacOS terminal ([using Homebrew](https://brew.sh/)) run: `brew install vips`
- In a Debian/Ubuntu terminal run: `sudo apt install libvips-tools`

```sh
$ sudo apt install libvips
```
## Installation

2. Install this library with pip, or add it to your requirements/dependencies:
Install this library with pip, or add it to your requirements/dependencies:

```sh
pip install image-processing-egg
Expand Down Expand Up @@ -120,7 +114,7 @@ pipeline.save("/path/to/destination")

## Credits

This library is a port of the Ruby [image_processing gem][gem] to Python.
This library is a port to Python of the Ruby [image_processing gem][gem].


## License
Expand Down

0 comments on commit f0cc3bb

Please sign in to comment.