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

Cannot read new svslide format (Sakura) #209

Open
bsavelev opened this Issue Jul 12, 2017 · 3 comments

Comments

Projects
None yet
2 participants

bsavelev commented Jul 12, 2017 edited

Context

Issue type (bug report or feature request): bug report
Operating system (e.g. Fedora 24, Mac OS 10.11, Windows 10): Debian 8
Platform (e.g. 64-bit x86, 32-bit ARM): amd64
OpenSlide version: 3.4.1
Slide format (e.g. SVS, NDPI, MRXS): svslide

Details

I have svslide from scanner, that have different format from http://openslide.org/formats/sakura/
It was sqlite3 as old, but have another tables:

sqlite> .tables
gigapixel_image_contents  settings                  slides
gigapixel_images          slide_annotations         teachinprofiles
hr_scans                  slide_contexts            users
scanned_images            slide_histories
search_slidedata          slide_snapshots

What can I do here? Is any chance to read this file?
PS:
example slide - https://drive.google.com/file/d/0B0V92fTNMewpSTA5ZzhaXzVUTEU/view?usp=sharing

bsavelev commented Jul 13, 2017 edited

related #128

@bgilbert Hello!)
problem https://lists.andrew.cmu.edu/pipermail/openslide-users/2017-February/001368.html maybe in changed sakura format...

Example slide can be used with public domain license

Owner

bgilbert commented Jul 29, 2017

Thanks for the report and sample! This seems to be a different flavor of Sakura slide, and OpenSlide will need to be extended to support it.

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