- save as mp4 or mkv movie

This commit is contained in:
Wim Pomp
2024-06-04 19:11:40 +02:00
parent e257ec326d
commit 1d2cc951fa
4 changed files with 70 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "ndbioimage"
version = "2024.5.1"
version = "2024.5.2"
description = "Bio image reading, metadata and some affine registration."
authors = ["W. Pomp <w.pomp@nki.nl>"]
license = "GPLv3"
@@ -32,10 +32,13 @@ SimpleITK-SimpleElastix = [
scikit-image = "*"
imagecodecs = "*"
xsdata = "^23" # until pydantic is up-to-date
matplotlib = { version = "*", optional = true }
scikit-video = { version = "*", optional = true }
pytest = { version = "*", optional = true }
[tool.poetry.extras]
test = ["pytest"]
write = ["matplotlib", "scikit-video"]
[tool.poetry.scripts]
ndbioimage = "ndbioimage:main"