Function immeta::load_from_file [] [src]

pub fn load_from_file<P: AsRef<Path>>(p: P) -> Result<GenericMetadata>

Attempts to load metadata for an image contained in a file identified by the provided path.

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