# 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:

# Mandatory metadata
[general]
name=Contrast homogenizer
qgisMinimumVersion=3.0
description=Applies the contrast enhancement parameters of the selected layer to all visible layers
version=3.2
author=Alexia Mondot
email=contact@mondot.fr

about=Contrast Homogenizer allows to apply the contrast stretching of the current layer to all visible layers in QGIS. Likely to be useful when you open several adjacent images as QGIS enhances the contrast of each image independently based on their histogram. So the rendering is not homogeneous. This plugin allows to have this homogeneity on display. See README.md for more information.

tracker=https://github.com/amondot/contrast-homogenizer/issues
repository=https://github.com/amondot/contrast-homogenizer
# End of mandatory metadata

# Recommended items:

# Uncomment the following line and add your changelog:
# changelog=

# Tags are comma separated with spaces allowed
tags=contrast, stretching, histogram

homepage=https://github.com/amondot/contrast-homogenizer
category=Raster
icon=icon.png
# experimental flag
experimental=False

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

