Skip to content

openslide.org

C library to read whole-slide images (a.k.a. virtual slides)

Package Information

  • Domain: openslide.org
  • Name: openslide.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +openslide.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • openslide-quickhash1sum
  • openslide-show-properties
  • openslide-write-png

Aliases

This package can also be accessed using these aliases:

  • openslide

Available Versions

Show all 2 versions
  • 4.0.0, 3.4.1

Latest Version: 4.0.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +openslide.org@4.0.0 -- $SHELL -i

Dependencies

This package depends on:

  • cairographics.org
  • gnome.org/gdk-pixbuf
  • gnome.org/glib
  • libjpeg-turbo.org
  • libpng.org
  • simplesystems.org/libtiff
  • gnome.org/libxml2
  • openjpeg.org
  • sqlite.org

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.openslideorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.