hugo/resources/images
Cameron Moore 0a2ab3f8fe exif: Allow more spacing characters in strings
The root cause of issue #8079 was a non-breaking space (U+0160).
`unicode.IsPrint` only allows the ASCII space (U+0020).  Be more lenient
by using `unicode.IsGraphic` instead.

Fixes #8079
2021-03-13 21:20:10 +01:00
..
exif exif: Allow more spacing characters in strings 2021-03-13 21:20:10 +01:00
color.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
color_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
config.go resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
config_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
filters.go images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
filters_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
image.go images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
overlay.go images: Add images.Overlay filter 2020-12-17 09:14:18 +01:00
resampling.go Add a set of image filters 2019-08-28 15:59:54 +02:00
smartcrop.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00