hugo/resources
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
..
assets
images Add $image.Process 2023-09-24 11:54:29 +02:00
internal
jsconfig
kinds
page Add $image.Process 2023-09-24 11:54:29 +02:00
postpub
resource
resource_factories
resource_transformers
testdata Add images.Opacity filter 2023-09-22 15:03:16 +02:00
docs.go
errorResource.go Add $image.Process 2023-09-24 11:54:29 +02:00
image.go Add $image.Process 2023-09-24 11:54:29 +02:00
image_cache.go
image_extended_test.go
image_test.go Add $image.Process 2023-09-24 11:54:29 +02:00
integration_test.go
post_publish.go
resource.go
resource_cache.go
resource_cache_test.go
resource_metadata.go
resource_spec.go
resource_test.go
testhelpers_test.go
transform.go Add $image.Process 2023-09-24 11:54:29 +02:00
transform_test.go