Enum immeta::markers::Png [] [src]

pub enum Png {}

Trait Implementations

impl MetadataMarker for Png
[src]

[src]

Tries to convert the given GenericMetadata instance into a concrete metadata type. Read more

[src]

Tries to extract a reference to a concrete metadata type from the given GenericMetadata reference. Read more

[src]

Attempts to load metadata for an image of a concrete type from the provided reader. Read more

[src]

Attempts to load metadata for an image of a concrete type from the provided seekable reader. Read more

[src]

Attempts to load metadata for an image of a concrete type from a file identified by the provided path. Read more

[src]

Attempts to load metadata for an image of a concrete type from the provided byte buffer. Read more