We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7612efc commit 5b3453dCopy full SHA for 5b3453d
en/input/raster.txt
@@ -420,7 +420,24 @@ are supported in MapServer 4.0 and newer.
420
::
421
422
PROCESSING "BANDS=4,2,1"
423
-
+
424
+.. index::
425
+ triple: LAYER; PROCESSING; CLASSIFY_SCALED
426
427
+**CLASSIFY_SCALED=YES/NO**
428
+ This directive (added in 7.6) allows classification to use pre-scaled raster data
429
+ for 16 bit rasters. In the example below data in the range 0-28
430
+ is stretched to the 0-255 range and then classified.
431
432
+ Example:
433
434
+ ::
435
436
+ PROCESSING "SCALE=0,28"
437
+ PROCESSING "SCALE_BUCKETS=256"
438
+ PROCESSING "CLASSIFY_SCALED=TRUE"
439
440
441
.. index::
442
triple: LAYER; PROCESSING; COLOR_MATCH_THRESHOLD
443
0 commit comments