| /libtiff-4.0.7/archive/tools/ |
| H A D | sgi2tiff.c | 196 short *r = NULL; in cpContig() local 212 pp[0] = r[x]; in cpContig() 235 pp[0] = r[x]; in cpContig() 251 pp[x] = r[x]; in cpContig() 256 if (r) in cpContig() 257 _TIFFfree(r); in cpContig() 261 if (r) in cpContig() 262 _TIFFfree(r); in cpContig() 279 pp[x] = r[x]; in cpSeparate() 284 _TIFFfree(r); in cpSeparate() [all …]
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_getimage.c | 1180 #define SKEW(r,g,b,skew) { r += skew; g += skew; b += skew; } argument 1181 #define SKEW4(r,g,b,a,skew) { r += skew; g += skew; b += skew; a+= skew; } argument 1184 #define PACK(r,g,b) \ argument 1190 #define PACKW(r,g,b) \ argument 1439 uint32 r, g, b, a; in DECLAREContigPutFunc() local 1444 r = m[pp[0]]; in DECLAREContigPutFunc() 1510 uint32 r,g,b,a; in DECLAREContigPutFunc() local 1534 uint16 r, g, b, k; in DECLAREContigPutFunc() local 1646 rv = m[*r++]; in DECLARESepPutFunc() 1728 uint32 r, g, b; in DECLAREContigPutFunc() local [all …]
|
| H A D | tif_color.c | 79 uint32 *r, uint32 *g, uint32 *b) in TIFFXYZToRGB() argument 103 *r = RINT(cielab->Yr2r[i]); in TIFFXYZToRGB() 114 *r = TIFFmin(*r, cielab->display.d_Vrwr); in TIFFXYZToRGB() 184 uint32 *r, uint32 *g, uint32 *b) in TIFFYCbCrtoRGB() argument 194 *r = CLAMP(i, 0, 255); in TIFFYCbCrtoRGB()
|
| H A D | tif_lzma.c | 197 lzma_ret r = lzma_stream_decoder(&sp->stream, in LZMADecode() local 199 if (r != LZMA_OK) { in LZMADecode() 202 LZMAStrerror(r)); in LZMADecode()
|
| H A D | Makefile.lcc | 104 ${AR} ${ARFLAGS} $@ r $<
|
| H A D | tif_luv.c | 818 double r, g, b; in XYZtoRGB24() local 820 r = 2.690*xyz[0] + -1.276*xyz[1] + -0.414*xyz[2]; in XYZtoRGB24() 825 rgb[0] = (uint8)((r<=0.) ? 0 : (r >= 1.) ? 255 : (int)(256.*sqrt(r))); in XYZtoRGB24()
|
| H A D | tif_ojpeg.c | 814 uint8* r; in OJPEGDecodeRaw() local 837 r=oy; in OJPEGDecodeRaw() 841 *p++=*r++; in OJPEGDecodeRaw() 842 r+=sp->subsampling_convert_ylinelen-sp->subsampling_hor; in OJPEGDecodeRaw()
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 316 u_char* r; in gtTileSeparate() local 331 r = buf; in gtTileSeparate() 332 g = r + tilesize; in gtTileSeparate() 343 if (TIFFReadTile(tif, r, col, row,0,0) < 0 && img->stoponerr) in gtTileSeparate() 358 (*callback)(img, udata, col, row, npix, nrow, fromskew, r, g, b, a); in gtTileSeparate() 360 (*callback)(img, udata, col, row, tw, nrow, 0, r, g, b, a); in gtTileSeparate() 420 u_char *r, *g, *b, *a; in gtStripSeparate() local 430 r = buf = (u_char *)_TIFFmalloc(4*stripsize); in gtStripSeparate() 435 g = r + stripsize; in gtStripSeparate() 447 r, nrow*scanline) < 0 && img->stoponerr) in gtStripSeparate() [all …]
|
| H A D | tif_imageiter.h | 33 u_char* r, u_char* g, u_char* b, u_char* a\
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | tiff2dib.c | 33 static int checkcmap(int n, uint16* r, uint16* g, uint16* b); 221 static int checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument 224 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
|
| H A D | Tiffile.cpp | 290 u_char* r, u_char* g, u_char* b, u_char* a\
|
| /libtiff-4.0.7/test/images/ |
| H A D | minisblack-1c-8b.pgm | 4 …r�ý���������������،E?�����������jQW[TZZj}������������������url]lz�������������Vofjifefdg`ekigljjim… 9 3����������������r�����������o�������s: 22 …�������������ƶ�����ɘ��������to�ƽ�����������nWF+k��������cASQORIZ�[u{w|���v~r���������ZMUW[]][\^`b… 35 #;���������������������ݱr���$ 42 \����������������ſ�����ܩh��ID+F��P310,(AfeXG53/0(>�������������������¿���������r@QUXWUW… 89 …%,u(04;@DEDFCA@@>;<;r����|tnfb^XVYWTPNMFC���������������������������M ;@KUWZWZfq… 114 …������� $08DYgkeOGDFHHLNTRT_]`]P #&0,/.''$$(%r�����˦�Z\_Uar��������…
|
| /libtiff-4.0.7/tools/ |
| H A D | tiff2bw.c | 71 unsigned char* r, unsigned char* g, unsigned char* b, uint32 n) in compresssep() argument 77 ((red*(*r++) + green*(*g++) + blue*(*b++)) >> 8); in compresssep() 81 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument 84 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
|
| H A D | pal2rgb.c | 51 checkcmap(int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument 54 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
|
| H A D | tiff2pdf.c | 1261 uint16* r; in t2p_read_tiff_data() local 1489 if(!TIFFGetField(input, TIFFTAG_COLORMAP, &r, &g, &b)){ in t2p_read_tiff_data() 1513 t2p->pdf_palette[(i*3)] = (unsigned char) (r[i]>>8); in t2p_read_tiff_data() 1558 if(!TIFFGetField(input, TIFFTAG_COLORMAP, &r, &g, &b, &a)){ in t2p_read_tiff_data() 1582 t2p->pdf_palette[(i*4)] = (unsigned char) (r[i]>>8); in t2p_read_tiff_data()
|
| H A D | tiff2ps.c | 1701 checkcmap(TIFF* tif, int n, uint16* r, uint16* g, uint16* b) in checkcmap() argument 1705 if (*r++ >= 256 || *g++ >= 256 || *b++ >= 256) in checkcmap()
|
| /libtiff-4.0.7/config/ |
| H A D | install-sh | 348 d????-?r-*) different_mode=700;;
|
| H A D | ltmain.sh | 4013 ${RM}r "$tmpdir" 4487 $opt_dry_run || ${RM}r "$tmpdir" 4521 ${RM}r "$tmpdir" 10734 func_show_eval "${RM}r$generated"
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | README | 22 Usage: addtiffo [-r {average/nearest} [-subifd]
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 973 $RM -r conftest* 1201 if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \ 1203 ECHO='print -r --' 1226 print*) AC_MSG_RESULT([print -r]) ;; 1238 || test "X`print -r -- $ECHO`" = "X$ECHO" )])]) 1652 $RM -r conftest* 2062 $RM -r conftest 2>/dev/null 2099 $RM -r conftest 3360 [lt_cv_ld_reload_flag='-r']) 4026 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\ [all …]
|
| /libtiff-4.0.7/ |
| H A D | configure.ac | 72 dnl then increment revision (`c:r:a' becomes `c:r+1:a').
|
| H A D | ChangeLog | 114 * tools/fax2tiff.c: fix segfault when specifying -r without 1523 * libtiff/tif_getimage.c: Add support for greyscale+alpha c/o Jérémie Laval. 3711 tiff2bw,tiffcp: Fixed jpeg option processing so -c jpeg:r:50 works 3897 * tools/fax2tiff.c: Added option '-r' to set RowsPerStrip parameter 5715 to -r option to get the entire image as one strip. See 5842 LZWSetupDecode(). Needed to read LZW files in "r+" mode. 5945 -r rotate the image by 180 degrees 6695 file for "r+" access, and subsequently close it, as it resets the 6824 open a comperessed file for update (O_RDWR/r+) access. This is
|
| H A D | configure | 1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) 2418 /* Do not output a trailing newline, as this causes \r\n confusion 22165 ac_cs_awk_cr='\\r'
|
| H A D | aclocal.m4 | 1150 am__untar='pax -r'
|