aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-10 07:43:48 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-10-10 07:43:48 +0000
commit79453a591b806c6fba5a9b6c96a5ad8b5b4e42cf (patch)
tree30098fcad4be5a1f37356590df9d0d54b5751c49 /graphics/Makefile
parenteb1f9c4dc276bb2b98784b2676f6ec85caf74717 (diff)
downloadports-79453a591b806c6fba5a9b6c96a5ad8b5b4e42cf.tar.gz
ports-79453a591b806c6fba5a9b6c96a5ad8b5b4e42cf.zip
Add py-tifffile 2020.10.1
Tifffile is a Python library to - store numpy arrays in TIFF (Tagged Image File Format) files, and - read image and metadata from TIFF-like files used in bioimaging. Image and metadata can be read from TIFF, BigTIFF, OME-TIFF, STK, LSM, SGI, NIHImage, ImageJ, MicroManager, FluoView, ScanImage, SEQ, GEL, SVS, SCN, SIS, ZIF (Zoomable Image File Format), QPTIFF (QPI), NDPI, and GeoTIFF files. Image data can be read as numpy arrays or zarr arrays/groups from strips, tiles, pages (IFDs), SubIFDs, higher order series, and pyramidal levels. Numpy arrays can be written to TIFF, BigTIFF, OME-TIFF, and ImageJ hyperstack compatible files in multi-page, volumetric, pyramidal, memory-mappable, tiled, predicted, or compressed form. A subset of the TIFF specification is supported, mainly 8, 16, 32 and 64-bit integer, 16, 32 and 64-bit float, grayscale and multi-sample images. Specifically, CCITT and OJPEG compression, chroma subsampling without JPEG compression, color space transformations, samples with differing types, or IPTC and XMP metadata are not implemented. WWW: https://github.com/cgohlke/tifffile
Notes
Notes: svn path=/head/; revision=551860
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 5e3ab1198a3a..805eba52a47c 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -876,6 +876,7 @@
SUBDIR += py-svg.path
SUBDIR += py-svgwrite
SUBDIR += py-termtosvg
+ SUBDIR += py-tifffile
SUBDIR += py-toyplot
SUBDIR += py-traitsui
SUBDIR += py-vecrec