Function immeta::load_from_buf [] [src]

pub fn load_from_buf(b: &[u8]) -> Result<GenericMetadata>

Attempts to load metadata for an image contained in an in-memory buffer.

This method delegates to load() method and, consequently, also determines the image format automatically.