hugo/resources/images
John Elliott 7732da9f93 Allow images to be cropped without being resized
Introduces the Crop method for image processing which implements gift.CropToSize. Also allows a smartCrop without resizing, and updates the documentation.

Fixes #9499
2022-02-23 10:01:50 +01:00
..
exif exif: Fix handling of utf8 runes in nullString() 2021-03-13 21:20:10 +01:00
webp Fix transparency problem when converting 32-bit images to WebP 2021-07-07 17:25:14 +02: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 Allow images to be cropped without being resized 2022-02-23 10:01:50 +01:00
config_test.go Add webp image encoding support 2021-04-15 17:22:55 +02:00
filters.go Always use content to resolve content type in resources.GetRemote 2021-12-17 09:50:28 +01:00
filters_test.go all: Format code with gofumpt 2020-12-03 13:12:58 +01:00
image.go Allow images to be cropped without being resized 2022-02-23 10:01:50 +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 resources/image: Fix fill with smartcrop sometimes returning 0 bytes images 2021-06-17 23:52:27 +02:00
text.go Add custom font support to images.Text 2021-12-07 16:53:02 +01:00