hugo/resources/images
Bjørn Erik Pedersen ef0e7149d6 Add $image.Process
Which supports all the existing actions: resize, crop, fit, fill.

But it also allows plain format conversions:

```
{{ $img = $img.Process "webp" }}
```

Which will be a simple re-encoding of the source image.

Fixes #11483
2023-09-24 11:54:29 +02:00
..
exif
webp
color.go
color_test.go
config.go Add $image.Process 2023-09-24 11:54:29 +02:00
config_test.go Add $image.Process 2023-09-24 11:54:29 +02:00
filters.go
filters_test.go
image.go Add $image.Process 2023-09-24 11:54:29 +02:00
image_resource.go Add $image.Process 2023-09-24 11:54:29 +02:00
opacity.go
overlay.go
resampling.go
smartcrop.go
text.go