Home
last modified time | relevance | path

Searched refs:min (Results 1 – 5 of 5) sorted by relevance

/libtiff-4.0.7/contrib/addtiffo/
H A DREADME71 Photometric Interpretation: min-is-black
80 Photometric Interpretation: min-is-black
89 Photometric Interpretation: min-is-black
98 Photometric Interpretation: min-is-black
107 Photometric Interpretation: min-is-black
/libtiff-4.0.7/archive/tools/
H A Dycbcr.c112 #define CLAMP(f,min,max) \ argument
113 (int)((f)+.5 < (min) ? (min) : (f)+.5 > (max) ? (max) : (f)+.5)
H A Dsgi2tiff.c136 TIFFSetField(out, TIFFTAG_MINSAMPLEVALUE, (uint16) in->min); in main()
/libtiff-4.0.7/libtiff/
H A Dtif_color.c179 #define CLAMP(f,min,max) ((f)<(min)?(min):(f)>(max)?(max):(f)) argument
/libtiff-4.0.7/
H A DChangeLog1553 * libtiff/tif_print.c: be careful about whether min/max values are singular
1781 values for each sample. Presents the min/max of all samples by default for