---------------------------
- 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)