| /libtiff-4.0.7/archive/tools/ |
| H A D | sgi2tiff.c | 200 short *g, *b; in cpContig() local 203 g = r + in->xsize; in cpContig() 204 b = g + in->xsize; in cpContig() 209 getrow(in, g, y, 1); in cpContig() 213 pp[1] = g[x]; in cpContig() 221 short *g, *b, *a; in cpContig() local 224 g = r + in->xsize; in cpContig() 225 b = g + in->xsize; in cpContig() 231 getrow(in, g, y, 1); in cpContig() 236 pp[1] = g[x]; in cpContig()
|
| /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 1445 g = m[pp[1]]; in DECLAREContigPutFunc() 1510 uint32 r,g,b,a; in DECLAREContigPutFunc() local 1534 uint16 r, g, b, k; in DECLAREContigPutFunc() local 1647 gv = m[*g++]; 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 107 *g = RINT(cielab->Yg2g[i]); in TIFFXYZToRGB() 115 *g = TIFFmin(*g, cielab->display.d_Vrwg); in TIFFXYZToRGB() 184 uint32 *r, uint32 *g, uint32 *b) in TIFFYCbCrtoRGB() argument 197 *g = CLAMP(i, 0, 255); in TIFFYCbCrtoRGB()
|
| H A D | tif_luv.c | 818 double r, g, b; in XYZtoRGB24() local 821 g = -1.022*xyz[0] + 1.978*xyz[1] + 0.044*xyz[2]; in XYZtoRGB24() 826 rgb[1] = (uint8)((g<=0.) ? 0 : (g >= 1.) ? 255 : (int)(256.*sqrt(g))); in XYZtoRGB24()
|
| H A D | tif_config.h.in | 391 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_imageiter.c | 317 u_char* g; in gtTileSeparate() local 332 g = r + tilesize; in gtTileSeparate() 333 b = g + tilesize; in gtTileSeparate() 345 if (TIFFReadTile(tif, g, col, row,0,1) < 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 435 g = r + stripsize; in gtStripSeparate() 436 b = g + stripsize; in gtStripSeparate() 450 g, 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/test/images/ |
| H A D | minisblack-1c-8b.pgm | 14 …g�`k_TRQONLLMQRPRRQOOGg������Ya_XXXXWY[[\__ekmdX\]\^___`abcbaa_ecbggddbabc```acfccdfh\^�����scXXd… 25 ]������������o�����������������������������fSZ\]aej�����{d_^XVXYY^^`b_]]`ipy�zrwwvrnmkhmp[^^g�˽l_�~… 26 …���������������tR^b`cfi����Ӛi`[XSTYY[]]```_adgntqmuysokhgek_]^\c���^��R4K[g}������������϶�����^T… 45 ���������Ż�������������ڵg��x��xW/z�xE.+0/*;ci^K7/0.+$A������������������������������gDPQTVWZ^^`… 55 …������������qUlT{ttoYI952-13/0576852143141$~������������������������������g"#"" "!*:FRS5Gdw����… 59 …�������������������������Z4����������������~x�������y�����{����������om�nHUm~������������������g 68 9H>>ADKOOOTTTWY\[^g����6E<;@<846>@>=<;97553.*&'-���������������������������UP{������������������… 76 …g!&+38BCHKNSYZXYW[`h�����b[X.:96221$4X0 be#~m-B7*d��������������������������kE)Shmmsppso|��… 111 ,6;;?ACDFGIMLOJ�ƾ���¿�������jZJI}�������������������������g!+:@CNXagmdWS\cn{��~x… 113 …���+9ADN^jpi^RPW]etzytnspssoVOG95018:BAFNQTduw}��������g$QER\m��������ypqkf… [all …]
|
| /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/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 | 1262 uint16* g; in t2p_read_tiff_data() local 1489 if(!TIFFGetField(input, TIFFTAG_COLORMAP, &r, &g, &b)){ in t2p_read_tiff_data() 1514 t2p->pdf_palette[(i*3)+1]= (unsigned char) (g[i]>>8); in t2p_read_tiff_data() 1558 if(!TIFFGetField(input, TIFFTAG_COLORMAP, &r, &g, &b, &a)){ in t2p_read_tiff_data() 1583 t2p->pdf_palette[(i*4)+1]= (unsigned char) (g[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/contrib/stream/ |
| H A D | README | 9 (e.g. read, write, seek and close) into the tiff's library client state.
|
| /libtiff-4.0.7/config/ |
| H A D | install-sh | 420 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
|
| H A D | ltmain.sh | 6448 s/\([\\"]\)/\\\1/g 6451 g
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 264 sed_quote_subst='s/\([["`$\\]]\)/\\\1/g' 267 double_quote_subst='s/\([["`\\]]\)/\\\1/g' 271 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g' 274 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' 277 no_glob_subst='s/\*/\\\*/g' 2298 *) lt_sed_strip_eq='s|=/|/|g' ;; 2356 $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;; 3635 … aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"` 6291 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || 6292 (test g++ != "$CXX"))); then [all …]
|
| H A D | acinclude.m4 | 592 dnl but also link it with them as well. e.g. you should link with 604 dnl (e.g. PTHREAD_CREATE_UNDETACHED on AIX). 656 dnl requires special compiler flags (e.g. on True64 or Sequent). 680 dnl (e.g. DEC) have both -lpthread and -lpthreads, where one of the
|
| /libtiff-4.0.7/ |
| H A D | README | 10 e.g.
|
| H A D | configure | 336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 1592 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 1594 LIBS libraries to pass to the linker, e.g. -l<library> 1595 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if 2516 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 4920 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g' 4923 no_glob_subst='s/\*/\\\*/g' 13558 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) || 13559 (test g++ != "$CXX"))); then 21432 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( [all …]
|
| H A D | aclocal.m4 | 383 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do 976 dnl A few 'make' implementations (e.g., NonStop OS and NextStep) 1102 am_gid=`id -g || echo unknown`
|
| H A D | Makefile.in | 806 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
| H A D | ChangeLog | 1817 e.g "-c lzma:p1" or "-c zip:p9". 2050 referencing to uninitialized memory in some cases (e.g. when tile size 3128 instead of void in case of problems with field merging (e.g., if the
|
| /libtiff-4.0.7/test/ |
| H A D | TiffTestCommon.cmake | 77 # Execute a simple command (e.g. tiffinfo) with one input file
|