I'm looking for a way to change a floating point TIFF to an indexed PNG. I need this done in a batch way, so that all input TIFFs are indexed with the same output values. The input images are all single-band.
Is there a way to use a lookup table in nconvert that provides min/max input values, along with the output number?
Example:
input range:output value
0.0-1.534:0
1.535-24.3922:1
25.3923-100.328:2
etc....
so if a pixel has a source value of 10.23 the output value would be 1
Thanks in advance!
Lookup table for input/output value changes?
Moderators: helmut, XnTriq, xnview
Re: Lookup table for input/output value changes?
Currently no way, but will be great!rkwright wrote: Is there a way to use a lookup table in nconvert that provides min/max input values, along with the output number?
!
Pierre.