hugo/common/hstrings
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
..
strings.go Add $image.Process 2023-09-24 11:54:29 +02:00
strings_test.go Add a common regexp cache 2023-07-27 19:23:12 +02:00