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

Support images with channel depths > 8 bit #41

Open
agoode opened this issue Sep 16, 2010 · 1 comment
Open

Support images with channel depths > 8 bit #41

agoode opened this issue Sep 16, 2010 · 1 comment
Labels
api Requires API changes dimensionality Requires additional image dimensions enhancement format-ndpi Hamamatsu NDPI format-vmu Hamamatsu VMU

Comments

@agoode
Copy link
Member

agoode commented Sep 16, 2010

_Imported from Trac. This issue originally by _agoode* at 2010-05-06T16:43:08Z.*

VMU format is 12-bit RGB. Truncating to 8-bit and using the existing read_region API is good enough for now, but we might want to give access to the higher-depth data in some way.

@agoode
Copy link
Member Author

agoode commented Sep 16, 2010

_This comment originally by _agoode* at 2010-06-15T14:11:29Z.*

The correct solution is to add ARGB64 support to cairo and pixman, then to either add a new API call to openslide, or just expose this through openslide_cairo_read_region.

That is a big amount of work though. Try to do it that way, please!

@bgilbert bgilbert added the format-vmu Hamamatsu VMU label Dec 15, 2014
@bgilbert bgilbert added the dimensionality Requires additional image dimensions label Feb 11, 2015
@bgilbert bgilbert added the format-ndpi Hamamatsu NDPI label Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Requires API changes dimensionality Requires additional image dimensions enhancement format-ndpi Hamamatsu NDPI format-vmu Hamamatsu VMU
Development

No branches or pull requests

2 participants