Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
fix: rendering the pro image (imgproxy#1054)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
0xflotus authored Dec 15, 2022
1 parent c358ab6 commit 5af61b2
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/autoquality.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/best_format.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/chained_pipelines.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/chaining_the_processing.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/encrypting_the_source_url.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/getting_the_image_info.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/object_detection.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 5af61b2

Please sign in to comment.