Skip to content
Snippets Groups Projects
  1. May 13, 2014
  2. May 11, 2014
  3. May 10, 2014
  4. May 09, 2014
  5. May 08, 2014
  6. May 07, 2014
  7. May 06, 2014
  8. May 05, 2014
  9. May 04, 2014
  10. May 02, 2014
  11. May 01, 2014
  12. 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
Loading