$ hugo version hugo v0.130.0-9b1b11c8a59a900458e9e460f197a44367c022ee+extended windows/amd64 BuildDate=2024-07-29T13:51:56Z VendorInfo=gohugoio
Does this issue reproduce with the latest release?
Yes
In 0.130.0, the following config generates images that do not reliably have the same orientation as the original image. Hugo version 0.129 correctly processes the images. Guessing this may have something to do with the exif library change. I checked the documentation for any changes in how this is used but couldn’t see any differences.
[imaging] quality = 75 resampleFilter = "Lanczos" [imaging.exif] disableDate = false disableLatLong = true includeFields = "ImageDescription|Orientation"