BFC.Bonsai.Tiff
0.2.0
dotnet add package BFC.Bonsai.Tiff --version 0.2.0
NuGet\Install-Package BFC.Bonsai.Tiff -Version 0.2.0
<PackageReference Include="BFC.Bonsai.Tiff" Version="0.2.0" />
<PackageVersion Include="BFC.Bonsai.Tiff" Version="0.2.0" />
<PackageReference Include="BFC.Bonsai.Tiff" />
paket add BFC.Bonsai.Tiff --version 0.2.0
#r "nuget: BFC.Bonsai.Tiff, 0.2.0"
#:package BFC.Bonsai.Tiff@0.2.0
#addin nuget:?package=BFC.Bonsai.Tiff&version=0.2.0
#tool nuget:?package=BFC.Bonsai.Tiff&version=0.2.0
BFC.Bonsai.Tiff
A Bonsai package for reading and writing TIFF files in scientific image workflows, built on top of LibTiff.Net. It supports multi-page stacks, single-frame read/write, BigTIFF, tiled and strip layouts, lossless compression with predictors (LZW, Deflate), per-frame metadata (description, resolution, timestamps, custom tags), and page-range reading with optional triggering from upstream observables.
The package is organised around three concerns:
- Reading —
LoadTiff,TiffReader, andGetTiffPageInfo. - Writing —
SaveTifffor per-frame files andTiffWriterfor stacks. - Metadata —
CreateTiffMetadata,GetTiffMetadata, and theTiffMetadatatype itself.
Each reader and writer operator can be used either as a workflow source/sink or driven by an upstream sequence, in which case it re-runs once per upstream notification.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- BitMiracle.LibTiff.NET (>= 2.4.660)
- Bonsai.Core (>= 2.9.0)
- OpenCV.Net (>= 3.4.2)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.