Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for all ImageIO properties #3

Open
davbeck opened this issue Oct 9, 2017 · 0 comments
Open

Add support for all ImageIO properties #3

davbeck opened this issue Oct 9, 2017 · 0 comments

Comments

@davbeck
Copy link
Owner

davbeck commented Oct 9, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant