Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
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
Comments
bgilbert
added the
enhancement
label
Jan 16, 2016
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
bgilbert commentedJan 16, 2016
There are three methods, consisting of the low-level
read_regionwrapper 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 calledreadRegion*rather thanpaintRegion*for consistency with OpenSlide and OpenSlide Python.Clean up this part of the API.