693 B
693 B
title
| title |
|---|
| processable image |
A processable image is an image file characterized by one of the following media types:
image/avifimage/bmpimage/gifimage/jpegimage/pngimage/tiffimage/webp
Hugo can decode and encode these image formats, allowing you to use any of the resource methods applicable to images such as Width, Height, Crop, Fill, Fit, Filter, Process, Resize, etc.
Use the reflect.IsImageResourceProcessable function to determine if an image can be processed.