# 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=1.0
author=Caio Hamamura - Laborat?rio de Silvicultura Urbana - Universidade de S?o Paulo (campus de Piracicaba)
email=caiohamamura@gmail.com

# end of mandatory metadata

# Optional items:

# Uncomment the following line and add your changelog entries:
changelog=
	1.0.2 Fixed special character handling
	1.0.1 Support for linux temporary file 
	1.0 Added support for varible number of bands (only 3 bands supported before)
	0.4.2 Translation support.
	0.4.1 Fixed bug when clicking output browse button before assigning a input file
	0.4 Fixed a bug within the algorithm, the mean outputs had the value range 1:256, leading 256 to 0 when transformed to byte, range was set to 0:255
	0.3.1 Code was modified to improve readability; 
	0.3 Fixed bugs regarding non reponsive widget during algorithm processing
	0.2.1 Translated to english
	0.2. Added button to use an input raster that is not loaded in qgis layers
# 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

