images.Config
See image processing for an overview of Hugo's image pipeline.
{{ $ic := images.Config "/static/images/a.jpg" }}
{{ $ic.Width }} → 600 (int)
{{ $ic.Height }} → 400 (int)
Supported image formats include GIF, JPEG, PNG, TIFF, and WebP.
This is a legacy function, superseded by the Width
and Height
methods for global, page, and remote resources. See the image processing section for details.