1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
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
..
2023-05-20 17:45:56 +02:00
2023-08-03 20:00:57 +02:00
2023-08-03 20:00:57 +02:00
2023-06-29 10:14:19 +02:00
2023-09-24 11:54:29 +02:00
2023-06-14 12:18:11 +02:00
2023-05-29 14:01:07 +02:00
2023-08-03 20:00:57 +02:00