0.1.5 • Published 3 years ago

@czbiohub/dzi-utils v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dzi-utils

oclif

Utilities for converting images to the DeepZoom format.

Usage

$ npm install -g @czbiohub/dzi-utils
$ dzi-utils COMMAND
running command...
$ dzi-utils (-v|--version|version)
@czbiohub/dzi-utils/0.1.5 darwin-x64 node-v14.17.3
$ dzi-utils --help [COMMAND]
USAGE
  $ dzi-utils COMMAND
...

Commands

dzi-utils help [COMMAND]

display help for dzi-utils

USAGE
  $ dzi-utils help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

dzi-utils multi FOLDER OUT

convert multiple images in a folder to dzi

USAGE
  $ dzi-utils multi FOLDER OUT

ARGUMENTS
  FOLDER  input folder of images
  OUT     output path (.dzi files with folders corresponding to them)

EXAMPLE
  $ dzi-utils multi test_folder test_out_folder

See code: src/commands/multi.ts

dzi-utils single FILE OUT

convert a single image to dzi

USAGE
  $ dzi-utils single FILE OUT

ARGUMENTS
  FILE  input file
  OUT   output path (.dzi file with a folder)

EXAMPLE
  $ dzi-utils single test.tiff test_out_folder

See code: src/commands/single.ts