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
    • David Gobbi's avatar
      Merge topic 'tiled-tiff-extent' into master · 33916af1
      David Gobbi authored
      0fe573e8 Fix the extent for tiled tiff files.
      33916af1
    • George Zagaris's avatar
      BUGFIX: Fix issue with unigrid enzo datasets · df25648b
      George Zagaris authored
      Fixed issued with unigrid enzo datasets. The reader
      was calculating number of levels to be 0, which was
      leading to a segfault. Added code to detect unigrid
      datasets and fixed the issue by setting the number
      of levels to 1.
      
      Change-Id: Ie9f1fbe8c3c38c69e5761b357256be9531ed10f3
      df25648b
Loading