mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-19 00:04:52 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
30 lines
342 B
ReStructuredText
30 lines
342 B
ReStructuredText
SPLIT RGB BANDS
|
|
===============
|
|
|
|
Description
|
|
-----------
|
|
|
|
Parameters
|
|
----------
|
|
|
|
- ``Input layer[Raster]``:
|
|
|
|
Outputs
|
|
-------
|
|
|
|
- ``Output R band layer[Raster]``:
|
|
- ``Output G band layer[Raster]``:
|
|
- ``Output B band layer[Raster]``:
|
|
|
|
See also
|
|
---------
|
|
|
|
|
|
Console usage
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
sextante.runalg('saga:splitrgbbands', input, r, g, b)
|