1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-03-27 20:30:27 +02:00

Update changelog and docs with pro features

This commit is contained in:
DarthSim 2020-08-31 20:27:26 +06:00
parent 3882abae48
commit bc10a053ed
3 changed files with 15 additions and 1 deletions

View File

@ -3,7 +3,9 @@
## [Unreleased]
### Added
- Ability to skip processing of some formats. See [Skip processing](https://docs.imgproxy.net/#/configuration?id=skip-processing).
- (pro) PDF support.
- (pro) [video_thumbnail_second](https://docs.imgproxy.net/#/generating_the_url_advanced?id=video-thumbnail-second) processing option.
- (pro) [page](https://docs.imgproxy.net/#/generating_the_url_advanced?id=page) processing option.
- (pro) [background_alpha](https://docs.imgproxy.net/#/generating_the_url_advanced?id=background-alpha) processing option.
- (pro) `IMGPROXY_VIDEO_THUMBNAIL_PROBE_SIZE` and `IMGPROXY_VIDEO_THUMBNAIL_MAX_ANALYZE_DURATION` configs.

View File

@ -422,6 +422,17 @@ gifo:%gif_optimize_frames:%gif_optimize_transparency
Allows redefining GIF saving options. All arguments have the same meaning as [Advanced GIF compression](configuration.md#advanced-gif-compression) configs. All arguments are optional and can be omitted.
#### Page <img class="pro-badge" src="assets/pro.svg" alt="pro" />
```
page:%page
pg:%page
```
When source image supports pagination (PDF, TIFF) or animation (GIF, WebP), this option allows specifying the page to use. Pages numeration starts from zero.
Default: 0
#### Video thumbnail second <img class="pro-badge" src="assets/pro.svg" alt="pro" />
```

View File

@ -11,7 +11,8 @@ At the moment, imgproxy supports only the most popular image formats:
* MP4 <img class="pro-badge" src="assets/pro.svg" alt="pro" />;
* HEIC _(source only)_;
* BMP;
* TIFF.
* TIFF;
* PDF _(source only)_ <img class="pro-badge" src="assets/pro.svg" alt="pro" />.
## GIF support