项目作者: jammy-dodgers

项目描述 :
Unofficial Go bindings for OpenSlide
高级语言: Go
项目地址: git://github.com/jammy-dodgers/gophenslide.git
创建时间: 2020-08-19T08:57:46Z
项目社区:https://github.com/jammy-dodgers/gophenslide

开源协议:GNU Lesser General Public License v2.1

下载


gophenslide

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.

Building

Linux (tested on Xubuntu 20.04 LTS):

  1. Install dependencies
    • sudo apt install libopenslide-dev
  2. Grab OpenSlide test data
    • Download here
      • You’ll want the TIFF image.
    • Place the images in pkg/testdata
  3. Run tests
    • go test ./pkg