Skip to content
Snippets Groups Projects
  1. Apr 30, 2014
    • David Gobbi's avatar
      Two fixes for certain lsm (zeiss) tiff images. · 7ff8bfd0
      David Gobbi authored
      The first fix is that some zeiss images set PlanarConfig to "SEPARATE"
      (i.e. separate color planes) even when NumberOfSamples is 1.  When the
      number of samples is one, the PlanarConfig can be safely ignored.
      
      The second fix is that ReadVolume assumed that the number of slices was
      always equal to NumberOfPages, which was in conflict with ExecuteInformation
      which set the number of slices to SubFiles if SubFiles > 0 (cf line 505).
      This caused a crash, because ReadVolume was reading more data than the
      reader had allocated space for.
      
      Change-Id: I822e45a53c210b5edebfe8ce27443fe1434110ba
      7ff8bfd0
    • David Gobbi's avatar
      Fix the extent for tiled tiff files. · 0fe573e8
      David Gobbi authored
      There was an off-by-one error in the setting of the extent.
      
      Change-Id: I1818184845a11bc7cbf560e4bfb270a943c8a8ac
      0fe573e8
  2. Apr 29, 2014
  3. Apr 28, 2014
  4. Apr 25, 2014
  5. Apr 24, 2014
  6. Apr 23, 2014
  7. Apr 22, 2014
  8. Apr 21, 2014
  9. Apr 19, 2014
  10. Apr 18, 2014
  11. Apr 17, 2014
Loading