mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
User "libvips" name instead of "vips"
This commit is contained in:
parent
4292266e82
commit
2e6b7288e4
@ -44,7 +44,7 @@ There are two ways you can install imgproxy:
|
||||
|
||||
#### From the source
|
||||
|
||||
1. First, install [vips](https://github.com/jcupitt/libvips):
|
||||
1. First, install [libvips](https://github.com/jcupitt/libvips):
|
||||
|
||||
```bash
|
||||
# macOS
|
||||
@ -152,7 +152,7 @@ When imgproxy needs to cut some parts of the image, it is guided by the gravity.
|
||||
* `ea` — east (right edge);
|
||||
* `we` — west (left edge);
|
||||
* `ce` — center;
|
||||
* `sm` — smart. `vips` detects the most "interesting" section of the image and considers it as the center of the resulting image. **Note:** This value is only applicable with the `crop` resizing type.
|
||||
* `sm` — smart. `libvips` detects the most "interesting" section of the image and considers it as the center of the resulting image. **Note:** This value is only applicable with the `crop` resizing type.
|
||||
|
||||
#### Enlarge
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user