openslide / openslide-java

Java bindings to OpenSlide
https://openslide.org/
GNU Lesser General Public License v2.1
41 stars 24 forks source link

OpenSlideCache and DeepZoomGenerator api #54

Closed chengdonglin closed 1 year ago

chengdonglin commented 1 year ago

I find python api has the OpenSlideCache and DeepZoomGenerator interface. I build project by ant, I not find them, is not support for java?

bgilbert commented 1 year ago

Cache configuration hasn't been implemented yet; see #36.

Deep Zoom generation is a feature of OpenSlide Python, not of OpenSlide itself. There are currently no plans to implement it for OpenSlide Java.