Skip to content

Add support for all ImageIO properties #3

@davbeck

Description

@davbeck

While technically users can get access to all image properties through the rawValue properties, it would be good to have all CGImageProperties broken out into type safe accessors, as well as any relevant helpers that coalesce different sources (TIFF vs GIF vs PNG etc) into a simple getter.

Additionally, we should consider making the property types specific to the image container or each contained image. Many, if not most properties are only ever available on one or the other, such as size (image only), file size (container only) and orientation (image only). By limiting the types, it can be much more obvious how to get access to certain information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions