You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See golang/go#4341 for details of the underlying problem, but in a nutshell, many common image editors avoid lossy recompression of JPEGs by setting an orientation flag in the EXIF metadata of the file. Unfortunately, Go's image/jpeg library still does not correctly handle this as of Go 1.12 beta, but it's a real pain if you have an image that "looks right" in Finder, Safari, etc. but is incorrectly oriented when processed by Hugo.
The text was updated successfully, but these errors were encountered:
See golang/go#4341 for details of the underlying problem, but in a nutshell, many common image editors avoid lossy recompression of JPEGs by setting an orientation flag in the EXIF metadata of the file. Unfortunately, Go's image/jpeg library still does not correctly handle this as of Go 1.12 beta, but it's a real pain if you have an image that "looks right" in Finder, Safari, etc. but is incorrectly oriented when processed by Hugo.
The text was updated successfully, but these errors were encountered: