hugo/helpers
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
..
content.go Create a struct with all of Hugo's config options 2023-05-16 18:01:29 +02:00
content_test.go
docshelper.go
emoji.go
emoji_test.go
general.go Add $image.Process 2023-09-24 11:54:29 +02:00
general_test.go
path.go testing: Write test caches to /tmp 2023-08-04 18:46:43 +02:00
path_test.go
pathspec.go
processing_stats.go
testhelpers_test.go
url.go
url_test.go Fix defaultContentLanguageInSubdir with only 1 language 2023-07-08 16:08:46 +02:00