openslide-java icon indicating copy to clipboard operation
openslide-java copied to clipboard

Java bindings to OpenSlide

Results 16 openslide-java issues
Sort by recently updated
recently updated
newest added

The OpenSlide Java API and implementation depend on AWT, which is not available on Android.

enhancement

_Imported from Trac. This issue originally by *_agoode*\* at 2008-11-11T20:44:33Z.* Finish the API, make sure things are stable. This includes making the Swig bindings private.

enhancement

_Imported from Trac. This issue originally by *_agoode*\* at 2008-11-11T20:42:02Z.* Update the Java code with Javadocs.

enhancement

Using downsampleBase=1.2 and maxDownsampleExponent=40 can create a problem when zooming out the image; the downsample values range from 1.2 up to 1.2^40 = 1469.772. The lowest limit 1.2 is reached...

_Imported from Trac. This issue originally by *_agoode*\* at 2009-12-09T20:13:22Z.* Selection drawing is going crazy with giant selections. Replicate by drawing huge rectangle at low mag, then zooming in all...

defect

_Imported from Trac. This issue originally by *_agoode*\* at 2009-02-19T16:59:00Z.* When reading parts of a slide in chunks, the order seems to matter. This should not be the case-- the...

defect