Go binding for OpenSlide
This was a little hacked together for a Uni project and was also my first time writing Go; so the code may not properly follow Go coding conventions.
Linux (tested on Xubuntu 20.04 LTS):
- Install dependencies
sudo apt install libopenslide-dev
- Grab OpenSlide test data
- Download here
- You'll want the TIFF image.
- Place the images in
pkg/testdata
- Download here
- Run tests
go test ./pkg