mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 18:54:40 -04:00
Revert "Image Processing: Improve sentence and fix code sample" (#2318)
This commit is contained in:
parent
77c926fdeb
commit
5bb67bfd4d
@ -6,7 +6,7 @@ Renders the given image using the given process specification.
|
||||
|
||||
@returns template.HTML
|
||||
|
||||
@example {{< imgproc "sunset.jpg" "resize 300x" />}}
|
||||
@example {{< imgproc "sunset.jpg" "resize 300x" }}
|
||||
*/}}
|
||||
|
||||
{{- with $.Get 0 }}
|
||||
|
@ -475,9 +475,7 @@ includeFields
|
||||
: Regular expression matching the EXIF tags to include in the `.Tags` collection. Default is `""`. To include all available tags, set this value to `".*"`.
|
||||
|
||||
{{% note %}}
|
||||
To improve performance and decrease cache size, Hugo excludes the following tags: `ColorSpace`, `Contrast`, `Exif`, `Exposure[M|P|B]`, `Flash`, `GPS`, `JPEG`, `Metering`, `Resolution`, `Saturation`, `Sensing`, `Sharp`, and `WhiteBalance`.
|
||||
|
||||
To control tag availability, change the `excludeFields` or `includeFields` settings as described above.
|
||||
To improve performance and decrease cache size, if you set neither `excludeFields` nor `includeFields`, Hugo excludes the following tags: `ColorSpace`, `Contrast`, `Exif`, `Exposure[M|P|B]`, `Flash`, `GPS`, `JPEG`, `Metering`, `Resolution`, `Saturation`, `Sensing`, `Sharp`, and `WhiteBalance`.
|
||||
{{% /note %}}
|
||||
|
||||
## Smart cropping of images
|
||||
|
Loading…
x
Reference in New Issue
Block a user