Skip to content

version 3.4.3, Mar 08, 2017

Compare
Choose a tag to compare
@cdalitz cdalitz released this 08 Mar 11:48
· 50 commits to master since this release

Available files

  • gamera-3.4.3.tar.gz
    Source code package for all platforms. For installation, follow the instructions in the file INSTALL.
  • gamera-3.4.3.win-amd64-py2.7.exe
    Windows binary installer for 64bit Python 2.7 (unsupported, but provided for convenience)
    Due to a bug in the distutils that come with the official Windows version of Python 2.7, the installer displays an error message on the last screen. This can safely be ignored.
  • gamera-docs.tar.gz
    HTML-Documentation for Gamera. This is neither included in the source package, nor in the Windows installer.

Release notes for version 3.4.3

  • support for gcc7 (thanks to VincentS)
  • removed overflow of zernike_moments on 32bit systems
  • zernike_moments now also implemented for greyscale image
    (image is inverted so that dark objects get high weights)
    As features do not support greyscale images, the plugin is called "zernike_moments_plugin"
  • new plugin hough_lines in category geometry
  • handled errors in arguments of type PointVector more gracefully
  • workaround for crash of progress bar on OSX with wxPython 3.0
  • workaround for GetChildren in wxPython 3.0 returning deleted items
  • icons in gamera_gui now immediately shown without resize on OSX with wxpython 3.0
  • photometric tag of TIFF files no longer ignored for onebit TIFFs,
    which could lead to color inversion when reading TIFF images
  • fixed error in reading/writing 16bit greyscale PNG images
  • 16bit RGB PNG images now supported via downscaling (fixes Debian bug #785548)
  • reading of tiff images more error robust (fixes Debian bug #784795)
  • get() method corrected for Cc's with storage format RLE (fixes Debian bug #763440)