1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-01-18 11:12:10 +02:00

fix: rendering the pro image (#1054)

* Update autoquality.md

* Update best_format.md

* Update chained_pipelines.md

* Update chaining_the_processing.md

* Update encrypting_the_source_url.md

* Update getting_the_image_info.md

* Update object_detection.md
This commit is contained in:
0xflotus 2022-12-15 16:02:35 +01:00 committed by GitHub
parent c358ab6649
commit 5af61b2be8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
# Autoquality![pro](/assets/pro.svg)
# Autoquality![pro](./assets/pro.svg)
imgproxy can calculate quality for your resultant images so they best fit the selected metric. The supported methods are [none](#none), [size](#autoquality-by-file-size), [dssim](#autoquality-by-dssim), and [ml](#autoquality-with-ml).

View File

@ -1,4 +1,4 @@
# Best format![pro](/assets/pro.svg)
# Best format![pro](./assets/pro.svg)
You can use the `best` value for the [format](generating_the_url#format) option or the [extension](generating_the_url#extension) to make imgproxy pick the best format for the resultant image.

View File

@ -1,4 +1,4 @@
# Chained pipelines![pro](/assets/pro.svg)
# Chained pipelines![pro](./assets/pro.svg)
Though imgproxy's [processing pipeline](about_processing_pipeline.md) is suitable for most cases, sometimes it's handy to run multiple chained pipelines with different options.

View File

@ -1,4 +1,4 @@
# Chaining the processing![pro](/assets/pro.svg)
# Chaining the processing![pro](./assets/pro.svg)
Though imgproxy's [processing pipeline](about_processing_pipeline.md) is suitable for most cases, sometimes it's handy to run multiple chained pipelines with different options.

View File

@ -1,4 +1,4 @@
# Encrypting the source URL![pro](/assets/pro.svg)
# Encrypting the source URL![pro](./assets/pro.svg)
If you don't want to reveal your source URLs, you can encrypt them with the AES-CBC algorithm.

View File

@ -1,4 +1,4 @@
# Getting the image info![pro](/assets/pro.svg)
# Getting the image info![pro](./assets/pro.svg)
imgproxy can fetch and return a source image info without downloading the whole image.

View File

@ -1,4 +1,4 @@
# Object detection![pro](/assets/pro.svg)
# Object detection![pro](./assets/pro.svg)
imgproxy can detect objects on the image and use them for smart cropping, bluring the detections, or drawing the detections.