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

Already on GitHub? Sign in to your account

Clean up paintRegion methods #24

Open
bgilbert opened this Issue Jan 16, 2016 · 0 comments

Comments

Projects
None yet
1 participant
Owner

bgilbert commented Jan 16, 2016

There are three methods, consisting of the low-level read_region wrapper plus two additional layers of wrappers. Their names and parameter lists aren't particularly clear/consistent. The low-level method, at least, should probably be called readRegion* rather than paintRegion* for consistency with OpenSlide and OpenSlide Python.

Clean up this part of the API.

bgilbert added this to the v1.0 milestone Jan 16, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment