Crate imagesize

Source

Modulesยง

container ๐Ÿ”’
formats ๐Ÿ”’
util ๐Ÿ”’

Structsยง

ImageSize
Holds the size information of an image.

Enumsยง

Compression
ImageError
An Error type used in failure cases.
ImageType
Types of image formats that this crate can identify.

Functionsยง

blob_size
Get the image size from a block of raw data.
dispatch_header ๐Ÿ”’
Calls the correct image size method based on the image type
image_type
Get the image type from a header
reader_size
Get the image size from a reader
size
Get the image size from a local file

Type Aliasesยง

ImageResult