BioGTK 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package BioGTK --version 1.0.0
NuGet\Install-Package BioGTK -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BioGTK" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BioGTK --version 1.0.0
#r "nuget: BioGTK, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BioGTK as a Cake Addin
#addin nuget:?package=BioGTK&version=1.0.0

// Install BioGTK as a Cake Tool
#tool nuget:?package=BioGTK&version=1.0.0

BioGTK

alt text

Bio

A .NET application & library for editing & annotating various microscopy image formats. Supports all bioformats supported images. Integrates with ImageJ, running ImageJ filters & macro functions.Check out the new wiki for library usage. or check out the documentation. Supports Windows, Linux and Mac. Currently in alpha stage.

Features

  • C# scripting with sample tool-script and other sample scripts in "/Scripts/" folder. See samples

  • Supports running ImageJ macro commands on images open in Bio. Console to run ImageJ macro commands and Bio C# functions.

  • Supports drawing shapes & colors onto 16 bit & 48 bit images, unlike System.Drawing.Graphics.

  • Convenient viewing of image stacks with scroll wheel moving Z-plane and mouse side buttons scrolling C-planes.

  • Editing & saving ROI's in images to OME format image stacks.

  • Use AForge filters by opening filters tool window and right click to apply. Currently supports only some AForge filters as many of them do not support 16bit and 48bit images. Convert to 8bit image to make use of more filters. Applyed filters can be easily recorded and used in scripts. Bio impliments some filters like crop for 16 & 48 bit images.

  • Star this project on Github to help spread the word about Bio!

Dependencies

Licenses

Scripting

  • Save scripts into "StartupPath/Scripts" with ".cs" ending.
  • Open script editor and recorder from menu.
  • Double click on script name in Script runner to run script.
  • Scripts saved in Scripts folder will be loaded into script runner.
  • Program installer include sample filter & tool script.
  • Use Script recorder to record program function calls and script runner to turn recorder text into working scripts. (See sample scripts
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.1.1 42 5/7/2024
5.1.0 42 4/29/2024
5.0.1 50 4/21/2024
5.0.0 46 4/17/2024
4.9.0 68 3/8/2024
4.8.1 51 3/6/2024
4.8.0 97 3/6/2024
4.7.1 88 2/27/2024
4.7.0 74 2/25/2024
4.6.0 95 2/19/2024
4.5.2 95 2/17/2024
4.5.1 93 2/15/2024
4.5.0 99 2/13/2024
4.4.0 96 2/10/2024
4.3.0 78 2/2/2024
4.2.0 138 1/14/2024
4.1.0 158 1/4/2024
4.0.0 119 12/26/2023
3.9.1 114 12/2/2023
3.9.0 97 12/1/2023
3.8.1 121 11/8/2023
3.8.0 94 11/2/2023
3.7.1 241 10/26/2023
3.7.0 258 10/22/2023
3.6.2 264 8/30/2023
3.6.1 268 8/22/2023
3.6.0 316 8/19/2023
3.5.3 239 8/17/2023
3.5.1 296 8/12/2023
3.5.0 418 8/10/2023
3.4.0 305 8/6/2023
3.3.3 370 8/4/2023
3.3.2 322 8/1/2023
3.3.1 343 7/6/2023
3.3.0 305 7/4/2023
3.2.0 336 6/29/2023
3.1.1 261 6/28/2023
3.0.0 248 6/20/2023
2.9.0 274 6/13/2023
2.8.0 239 5/15/2023
2.7.2 276 5/5/2023
2.7.1 289 4/29/2023
2.7.0 274 4/29/2023
2.6.2 431 4/3/2023
2.6.1 391 4/1/2023
2.6.0 394 3/12/2023
2.5.0 434 3/7/2023
2.4.1 370 3/4/2023
2.4.0 489 2/28/2023
2.3.0 457 2/27/2023
2.2.0 233 2/23/2023
2.1.1 211 2/17/2023
2.1.0 226 2/15/2023
1.2.0 270 1/31/2023
1.1.0 251 1/29/2023
1.0.0 255 1/29/2023

A cross platform version of BioCore library currently in Beta stage.