Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion en/input/raster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,24 @@ are supported in MapServer 4.0 and newer.
::

PROCESSING "BANDS=4,2,1"


.. index::
triple: LAYER; PROCESSING; CLASSIFY_SCALED

**CLASSIFY_SCALED=YES/NO**
This directive (added in 7.6) allows classification to use pre-scaled raster data
for 16 bit rasters. In the example below data in the range 0-28
is stretched to the 0-255 range and then classified.

Example:

::

PROCESSING "SCALE=0,28"
PROCESSING "SCALE_BUCKETS=256"
PROCESSING "CLASSIFY_SCALED=TRUE"


.. index::
triple: LAYER; PROCESSING; COLOR_MATCH_THRESHOLD

Expand Down