Crate imagesize [] [src]

Structs

ImageSize

Holds the size information of an image.

Enums

ImageError

An Error type used in failure cases.

ImageType

Functions

blob_size

Get the image size from a block of data.

blob_size_safe

Get the image size from a block of data with extra checks to ensure it's a valid image.

size

Get the image size from a local file.

size_safe

Get the image size from a local file with extra checks to ensure it's a valid image.

Type Definitions

ImageResult