# This file contains metadata for your plugin. Beginning
# with version 1.8 this is the preferred way to supply information about a
# plugin. The current method of embedding metadata in __init__.py will
# be supported until version 2.0

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

# Mandatory items:


[general]
name=Kuwahara Filter
qgisMinimumVersion=1.8
description=Applies Kuwahara Filter
version=0.3.0
author=Caio Hamamura
email=caiohamamura@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=1. Added button to use an input raster that is not loaded in qgis layers; 2. Translated to english; 3. Fixed bugs regarding non reponsive widget during algorithm processing;  4. Code was modified to improve readability; 5. Fixed a bug within the algorithm, the mean outputs had the value range 1:256, leading 256 to 0 when transformed to byte, set range to 0:255

# tags are comma separated with spaces allowed
tags=kuwahara, filter, edge, preserving

homepage=https://github.com/caiohamamura/kuwaharafilter/wiki
tracker=https://github.com/caiohamamura/kuwaharafilter/issues
repository=https://github.com/caiohamamura/kuwaharafilter
icon=icon.png
# experimental flag
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version
deprecated=False

