pub fn imsz(input: impl Imsz) -> ImResult<ImInfo>
Read width and height of an image.
input can be a file path, a byte buffer, a file reader, or a buffered reader.
input