The image processing configuration for Hugo in the folder config/_default.

The theme needs additional parameters for the image processing. These are predefined in the theme config and may be overwritten under the imaging: key of the params key section.

 1#
 2# Imaging section
 3#
 4
 5# Options for bitmap files
 6
 7quality       : 80
 8anchor        : smart
 9hint          : photo
10resampleFilter: mitchellnetravali
11
12exif:
13  includeFields: ""
14  excludeFields: ""
15  disableDate: false
16  disableLatLong: false