Skip to content

Releases: swharden/SciTIF

SciTIF 0.1.4

14 Sep 13:15
Compare
Choose a tag to compare
  • new Stack constructor takes a string[] of tif paths (#2)
  • Created IImage with Width and Height (#3)

SciTIF 0.1.3

28 Aug 18:50
Compare
Choose a tag to compare
  • Stack: Merge() creates a RGB color image
  • Image5D: Merge() creates a RGB color image
  • Image: Scale() scales according to a manual offset and multiplier

SciTIF 0.1.2

28 Aug 01:38
Compare
Choose a tag to compare
  • ImageStack: new class for representing single-channel Z-stacks with methods for creating projections
  • ImageRGB: new class for representing multi-channel images with methods for creating RGB images
  • Save() methods now support PNG and JPG formats
  • GetBitmapBytes() methods now return a platform-agnostic byte array

SciTIF 0.1.1

26 Aug 03:49
Compare
Choose a tag to compare
  • First published version targeting .NET Standard