Correct and sort list of target image formats (#1574)

This commit is contained in:
Joe Mooring 2021-11-15 21:48:03 -08:00 committed by GitHub
parent af4170c7ea
commit 79135281f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -229,7 +229,7 @@ See https://github.com/disintegration/imaging for more. If you want to trade qua
By default the images is encoded in the source format, but you can set the target format as an option. By default the images is encoded in the source format, but you can set the target format as an option.
Valid values are `jpg`, `png`, `tif`, `bmp`, `gif` and `webp`. Valid values are `bmp`, `gif`, `jpeg`, `jpg`, `png`, `tif`, `tiff`, and `webp`.
```go ```go
{{ $image.Resize "600x jpg" }} {{ $image.Resize "600x jpg" }}