Function imsz::imsz

source ·
pub fn imsz(input: impl Imsz) -> ImResult<ImInfo>
Expand description

Read width and height of an image.

input can be a file path, a byte buffer, a file reader, or a buffered reader.