1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-02 11:34:20 +02:00

Add info about watermark to pipeline doc

This commit is contained in:
DarthSim 2018-10-26 02:00:19 +06:00
parent dfe38930d5
commit c03eceb004

View File

@ -10,6 +10,7 @@ imgproxy has a specific processing pipeline tuned for maximum performance. When
* imgproxy crops the image using specified gravity; * imgproxy crops the image using specified gravity;
* imgproxy fills the image background if the background color was specified; * imgproxy fills the image background if the background color was specified;
* imgproxy applies gaussian blur and sharpen filters; * imgproxy applies gaussian blur and sharpen filters;
* imgproxy adds watermark if one was specified;
* And finally, imgproxy saves the image to the desired format. * And finally, imgproxy saves the image to the desired format.
This pipeline with using sequential access to source image data allows to significantly reduce memory and CPU usage — one of the reasons imgproxy is so performant. This pipeline with using sequential access to source image data allows to significantly reduce memory and CPU usage — one of the reasons imgproxy is so performant.