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 bits per pixel and byteWidth info to image class #451

Closed
s1hofmann opened this issue Nov 15, 2022 · 0 comments
Closed

Add bits per pixel and byteWidth info to image class #451

s1hofmann opened this issue Nov 15, 2022 · 0 comments
Labels
BREAKING A breaking change that requires a major release DONE Implementation is done, but not yet merged into master enhancement Enhancement to existing features

Comments

@s1hofmann
Copy link
Member

Short overview
In certain cases knowledge about the number of bits per pixel and the byte width of an image is beneficial when interacting with 3rd party image processing libraries

Use case
Interacting with 3rd party image processing libraries

@s1hofmann s1hofmann added the enhancement Enhancement to existing features label Nov 15, 2022
s1hofmann added a commit that referenced this issue Nov 15, 2022
…dded type predicate to highlight and grabRegion
s1hofmann added a commit that referenced this issue Nov 15, 2022
s1hofmann added a commit that referenced this issue Nov 15, 2022
* (#451) Extended image class with bitPerPixel and byteWidth properties

* (#451) Adjusted image tests to new interface

* (#451) Adjusted usages of Image class to provide required new data, added type predicate to highlight and grabRegion

* (#451) Adjusted tests
@s1hofmann s1hofmann added DONE Implementation is done, but not yet merged into master BREAKING A breaking change that requires a major release labels Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BREAKING A breaking change that requires a major release DONE Implementation is done, but not yet merged into master enhancement Enhancement to existing features
Projects
None yet
Development

No branches or pull requests

1 participant