Short Description

This project contains plugins necessary to read and write large 2D images.

The plugins available for this library are:
LoadBigImage: Loads a large image at a specific resolution level and on a specific region
SaveBigImage: Saves a planar sequence as a large image.
ThresholdBigImage: Performs a simple threshold segmentation on a large file producing a new file with the results.
TransferBigImage: Transfers the data from one large image file to another.

Resources needing this

Leave a Review

Leave a review
Cancel review
View full changelog
Close changelog

Changelog

  • Version 2.2.2.0 • Released on: 2022-06-02 13:00:00
    Download
    Description:

    Migrated to maven project, reworked dependencies

  • Version 0.2.2.2 • Released on: 2019-06-17 00:00:00
    Download
    Description:

    Handling interruption exception

  • Version 0.2.2.1 • Released on: 2019-06-12 00:00:00
    Download
    Description:

    Rounding pixel values when changing of data type

  • Version 0.2.2.0 • Released on: 2019-06-11 00:00:00
    Download
    Description:

    Fix default physical pixel size

  • Version 0.2.1.0 • Released on: 2018-09-07 17:13:37
    Download
    Description:

    Fixed image intensity bounds when loading image

  • Version 0.2.0.0 • Released on: 2018-09-05 15:20:41
    Download
    Description:

    Added large sequence cached tile provider
    Added inverted thresholding
    Fixed large exporter clean

  • Version 0.1.6.1 • Released on: 2018-08-31 18:08:21
    Download
    Description:

    fixed bug on imported intensities

  • Version 0.1.6.0 • Released on: 2018-08-31 13:55:00
    Download
    Description:

    ROIs are imported now with proper scaling and translation

  • Version 0.1.5.2 • Released on: 2018-08-25 12:19:51
    Download
  • Version 0.1.5.1 • Released on: 2018-08-25 12:15:34
    Download
  • Version 0.1.5.0 • Released on: 2018-08-25 12:14:17
    Download
    Description:

    Fix on last imported tile size

  • Version 0.1.4.0 • Released on: 2018-08-25 11:31:25
    Download
    Description:

    improve resposiveness on loading thread

  • Version 0.1.3.0 • Released on: 2018-08-24 10:53:08
    Download
    Description:

    large sequence tile provider protected

  • Version 0.1.2.0 • Released on: 2018-08-24 09:31:37
    Download
    Description:

    adjusting package names

  • Version 0.1.1.0 • Released on: 2018-07-25 14:53:54
    Download
    Description:

    Added BigImageTools Library class

  • Version 0.1.0.0 • Released on: 2018-07-25 14:35:23
    Download
    Description:

    Added support for protocols and thresholding

  • Version 0.0.1.0 • Released on: 2018-07-25 09:32:28
    Download
    Description:

    Added base implementation