#include "unrrdu.h"#include "privateUnrrdu.h"

Defines | |
| #define | INFO "Quantize values to 8, 16, or 32 bits" |
Functions | |
| int | unrrdu_quantizeMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (quantize, INFO) | |
Variables | |
| char * | _unrrdu_quantizeInfoL |
| #define INFO "Quantize values to 8, 16, or 32 bits" |
| UNRRDU_CMD | ( | quantize | , | |
| INFO | ||||
| ) |
| int unrrdu_quantizeMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| char* _unrrdu_quantizeInfoL |
Initial value:
(INFO ". Input values can be fixed point (e.g. quantizing ushorts down to " "uchars) or floating point. Values are clamped to the min and max before " "they are quantized, so there is no risk of getting 255 where you expect 0 " "(with unsigned char output, for example). This does not do any non-linear " "quantization. See also \"unu convert\", \"unu 2op x\", and \"unu 3op " "clamp\".")
1.5.6