[doc] update doc with the progressive gm setting
This commit is contained in:
parent
a1741ba31a
commit
c288824401
@ -63,6 +63,7 @@ Currently a `gm` settings key allows to customize the default GraphicsMagick's b
|
|||||||
auto-orient: True
|
auto-orient: True
|
||||||
strip: True
|
strip: True
|
||||||
resize: 50%
|
resize: 50%
|
||||||
|
progressive: True
|
||||||
|
|
||||||
The meaning of the currently supported GraphicsMagick's settings is as follows:
|
The meaning of the currently supported GraphicsMagick's settings is as follows:
|
||||||
|
|
||||||
@ -70,6 +71,7 @@ The meaning of the currently supported GraphicsMagick's settings is as follows:
|
|||||||
* `auto-orient` change the orientation of pictures so they are upright (based on corresponding EXIF tags if present)
|
* `auto-orient` change the orientation of pictures so they are upright (based on corresponding EXIF tags if present)
|
||||||
* `strip` removes all profiles and text attributes from the image (good for privacy, slightly reduce file size)
|
* `strip` removes all profiles and text attributes from the image (good for privacy, slightly reduce file size)
|
||||||
* `resize` can be used to resize the fullsize version of pictures. by default, input image size is preserved
|
* `resize` can be used to resize the fullsize version of pictures. by default, input image size is preserved
|
||||||
|
* `progressive` converts classic baseline JPEG files to progressive JPEG, and interlace PNG/GIF files (improve the page loading impression, slightly reduce file size)
|
||||||
|
|
||||||
Any GraphicsMagick setting can be customized on a per-image basis (either `cover` or `image`, see below).
|
Any GraphicsMagick setting can be customized on a per-image basis (either `cover` or `image`, see below).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user