# This file contains metadata for your plugin. Since 
# version 2.0 of QGIS this is the proper way to supply 
# information about a plugin. The old method of 
# embedding metadata in __init__.py will 
# is no longer supported since version 2.0.

# This file should be included when you package your plugin.# Mandatory items:

[general]
name=Thin greyscale image to skeleton
qgisMinimumVersion=3.0
description=Thin a greyscale image to a skeleton
version=3.0
author=Håvard Tveite, NMBU
email=havard.tveite@nmbu.no

# End of mandatory metadata

# Optional items:

about=The Thin Greyscale plugin will thin a greyscale image
      to a greyscale skeleton image, given a set of levels.  For
      multiband images, the band to be thinned can be specified.
      Integer and decimal bands are supported.

# Uncomment the following line and add your changelog:
changelog=3.0
    -- QGIS 3 update
    0.3
    -- user interface update (help button, tooltips, ...)
    0.2
    -- removed duplicate menu and toolbar (issue #1)
    -- added progressbar to show activity during iterations (issue #2)
    0.1
    -- initial version

# Tags are comma separated with spaces allowed
tags=skeleton,thin,greyscale,grayscale,levels,skeletonize,raster

homepage=http://arken.nmbu.no/~havatv/gis/qgisplugins/ThinGreyscale/
tracker=https://github.com/havatv/qgisthingreyscaleplugin/issues
repository=https://github.com/havatv/qgisthingreyscaleplugin.git
icon=icon.png
# experimental flag
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
