Skip to main content

Crate ai_imagesize

Crate ai_imagesize 

Source

Structs§

ImageSize
Holds the size information of an image.

Enums§

AtcCompression
Compression formats for ATC containers
Compression
CompressionFamily
Groups related compression algorithms regardless of their container format
DdsCompression
Compression formats for DDS containers
ImageError
An Error type used in failure cases.
ImageType
Types of image formats that this crate can identify.
PkmCompression
Compression formats for PKM containers (ETC/EAC family)
PvrtcCompression
Compression formats for PVRTC containers

Functions§

blob_size
Get the image size from a block of raw data.
image_type
Get the image type from a header
reader_size
Get the image size from a reader
reader_type
Get the image type from a reader

Type Aliases§

ImageResult