Skip to content

Commit

Permalink
updated WK logo and branding in readme (#898)
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Apr 25, 2023
1 parent 1775231 commit 656847f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
# webKnossos-libs
# WEBKNOSSOS-libs
[![PyPI version](https://img.shields.io/pypi/v/webknossos)](https://pypi.python.org/pypi/webknossos)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/webknossos.svg)](https://pypi.python.org/pypi/webknossos)
[![Build Status](https://img.shields.io/github/actions/workflow/status/scalableminds/webknossos-libs/.github/workflows/ci.yml?branch=master)](https://github.com/scalableminds/webknossos-libs/actions?query=workflow%3A%22CI%22)
[![Documentation](https://img.shields.io/badge/docs-passing-brightgreen.svg)](https://docs.webknossos.org/webknossos-py/index.html)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

<img align="right" src="https://static.webknossos.org/images/oxalis.svg" alt="webKnossos Logo" />
<img align="right" src="https://static.webknossos.org/logos/webknossos-icon-only.svg" alt="WEBKNOSSOS Logo" width="100" height="100"/>

## [webKnossos Python API](webknossos)
Python API for working with [webKnossos](https://webknossos.org) datasets, annotations, and for webKnossos server interaction.
## [WEBKNOSSOS Python API](webknossos)
Python API for working with [WEBKNOSSOS](https://webknossos.org) datasets, annotations, and for WEBKNOSSOS server interactions.

Use this for:
- reading/writing/manipulating raw 2D/3D image data and volume annotations/segmentation in webKnossos wrap (*.wkw) format
- handling/manipulation of webKnossos datasets
- reading/writing/manipulating webKnossos skeleton annotations (*.nml)
- up- & downloading annotations and datasets from your webKnossos instance
- reading/writing/manipulating raw 2D/3D image data and volume annotations/segmentation in WEBKNOSSOS wrap (*.wkw) format
- handling/manipulation of WEBKNOSSOS datasets
- reading/writing/manipulating WEBKNOSSOS skeleton annotations (*.nml)
- up- & downloading annotations and datasets from your WEBKNOSSOS instance
- executing any of the wkcuber operations from below from your code

[Read more in the docs.](https://docs.webknossos.org/webknossos-py/)

## [webKnossos cuber (wkcuber) CLI](wkcuber)
CLI tool for creating and manipulating [webKnossos](https://webknossos.org) [WKW](https://github.com/scalableminds/webknossos-wrap) datasets. WKW is a container format for efficiently storing large-scale 3D images as found in microscopy data.
## [WEBKNOSSOS cuber (wkcuber) CLI](wkcuber)
CLI tool for creating and manipulating [WEBKNOSSOS](https://webknossos.org) [WKW](https://github.com/scalableminds/webknossos-wrap) datasets. WKW is a container format for efficiently storing large-scale 3D images as found in microscopy data.

Use this for:
- converting Tiff-stacks and other data formats for volume image data to webKnossos-compatible *.wkw files from the CLI
- converting Tiff-stacks and other data formats for volume image data to WEBKNOSSOS-compatible *.wkw files from the CLI
- up/downsampling of *.wkw files to different magnification levels (image pyramid) from the CLI
- compressing your *.wkw files to save disk space from the CLI

Expand Down

0 comments on commit 656847f

Please sign in to comment.