[general]
name:Gimp Selection Feature
description:Plugin for adding selected area in GIMP how a feature in polygon layer.
about:This plugin create a polygon layer, where, yours feature can come from selected area in GIMP.
  This plugin is developed on the demand of IBAMA(Brazilian Institute of Environment and Renewable Natural Resources)
  http://www.ibama.gov.br
  Tested with GIMP 2.10.22(Ubuntu)

version:1.6
qgisMinimumVersion:3.10

author:Luiz Motta
email:motta.luiz@gmail.com

category:Raster

tags:GIMP,raster,IBAMA

homepage:https://github.com/lmotta/gimpselectionfeature_plugin/wiki
tracker:https://github.com/lmotta/gimpselectionfeature_plugin/issues
repository:https://github.com/lmotta/gimpselectionfeature_plugin

icon:gimpselectionfeature.svg

experimental:False
deprecated:False

changelog: 1.6(2020-10-12)
  Fixed get features. Removed Geometry.Destroy
  - 1.5(2019-11-27)
  Added flash and refactored(hard)
  - 1.4(2019-02-15)
  Added adjust borders
  - 1.3(2019-02-08)
  Create self.taskManager for Add task
  - 1.2 (2019-01-21)
  Background process changed for QgsTask
  - 1.1 (2019-01-02)
  Commit features in main thread and maximum remove area to 200 pixels
  - 1.0 (2018-12-06)
  Migrated to QGIS 3.2
  - 0.4
  Change Azimuth (Not sum 360) and change labels Add(Send,Get)
  - 0.3 (2016-06-29)
  Added removed vertexs by Azimuth
  Fixed when copy GIMP's plugin in Windows and not more need open a image to run Plugin in GIMP
  - 0.2 (2016-06-19)
  Change DBUS to Socket
  - 0.1 (2016-06-16)
  Start of plugin
