| /libtiff-4.0.7/libtiff/ |
| H A D | Makefile.am | 65 tif_aux.c \ 70 tif_dir.c \ 77 tif_fax3.c \ 81 tif_jbig.c \ 82 tif_jpeg.c \ 84 tif_luv.c \ 85 tif_lzma.c \ 86 tif_lzw.c \ 87 tif_next.c \ 89 tif_open.c \ [all …]
|
| H A D | SConstruct | 33 'tif_aux.c', \ 38 'tif_dir.c', \ 45 'tif_fax3.c', \ 49 'tif_jbig.c', \ 50 'tif_jpeg.c', \ 51 'tif_luv.c', \ 52 'tif_lzw.c', \ 53 'tif_next.c', \ 55 'tif_open.c', \ 60 'tif_read.c', \ [all …]
|
| H A D | Makefile.lcc | 40 tif_fax4.c \ 41 tif_aux.c \ 42 tif_atari.c \ 46 tif_dir.c \ 53 tif_jpeg.c \ 55 tif_lzw.c \ 56 tif_next.c \ 57 tif_open.c \ 60 tif_read.c \ 61 tif_swab.c \ [all …]
|
| H A D | CMakeLists.txt | 60 tif_aux.c 65 tif_dir.c 72 tif_fax3.c 76 tif_jbig.c 77 tif_jpeg.c 79 tif_luv.c 80 tif_lzma.c 81 tif_lzw.c 82 tif_next.c 84 tif_open.c [all …]
|
| H A D | tif_compress.c | 39 if (c) { in TIFFNoEncode() 42 c->name, method); in TIFFNoEncode() 77 if (c) in TIFFNoDecode() 80 c->name, method); in TIFFNoDecode() 172 return (c ? (*c->init)(tif, scheme) : 1); in TIFFSetCompressionScheme() 189 const TIFFCodec* c; in TIFFFindCODEC() local 195 for (c = _TIFFBuiltinCODECS; c->name; c++) in TIFFFindCODEC() 197 return (c); in TIFFFindCODEC() 231 if (cd->info == c) { in TIFFUnRegisterCODEC() 257 const TIFFCodec* c; in TIFFGetConfiguredCODECs() local [all …]
|
| H A D | Makefile.in | 176 tif_color.c tif_compress.c tif_dir.c tif_dirinfo.c \ 177 tif_dirread.c tif_dirwrite.c tif_dumpmode.c tif_error.c \ 178 tif_extension.c tif_fax3.c tif_fax3sm.c tif_flush.c \ 179 tif_getimage.c tif_jbig.c tif_jpeg.c tif_jpeg_12.c tif_luv.c \ 180 tif_lzma.c tif_lzw.c tif_next.c tif_ojpeg.c tif_open.c \ 182 tif_read.c tif_strip.c tif_swab.c tif_thunder.c tif_tile.c \ 183 tif_version.c tif_warning.c tif_write.c tif_zip.c tif_win32.c \ 474 tif_fax3.c tif_fax3sm.c tif_flush.c tif_getimage.c tif_jbig.c \ 475 tif_jpeg.c tif_jpeg_12.c tif_luv.c tif_lzma.c tif_lzw.c \ 476 tif_next.c tif_ojpeg.c tif_open.c tif_packbits.c \ [all …]
|
| H A D | tif_jpeg.c | 140 struct jpeg_compress_struct c; member 256 sp->cinfo.c.client_data = NULL; in TIFFjpeg_create_compress() 446 sp->cinfo.c.dest = &sp->dest; in TIFFjpeg_data_dest() 510 sp->cinfo.c.dest = &sp->dest; in TIFFjpeg_tables_dest() 1619 sp->cinfo.c.input_components = 1; in JPEGSetupEncode() 1813 sp->cinfo.c.write_JFIF_header = FALSE; in JPEGPreEncode() 1838 sp->cinfo.c.optimize_coding = FALSE; in JPEGPreEncode() 1841 sp->cinfo.c.optimize_coding = TRUE; in JPEGPreEncode() 1844 sp->cinfo.c.raw_data_in = TRUE; in JPEGPreEncode() 1850 sp->cinfo.c.raw_data_in = FALSE; in JPEGPreEncode() [all …]
|
| /libtiff-4.0.7/test/ |
| H A D | Makefile.am | 128 tiffcrop-R90-rgb-3c-8b.sh \ 137 tiff2rgba-rgb-3c-16b.sh \ 138 tiff2rgba-rgb-3c-8b.sh \ 145 images/logluv-3c-16b.tiff \ 150 images/palette-1c-1b.tiff \ 153 images/rgb-3c-16b.tiff \ 154 images/rgb-3c-8b.tiff \ 160 images/rgb-3c-8b.ppm 174 long_tag_SOURCES = long_tag.c check_tag.c 176 short_tag_SOURCES = short_tag.c check_tag.c [all …]
|
| H A D | CMakeLists.txt | 104 tiff2rgba-rgb-3c-8b.sh 119 images/rgb-3c-16b.tiff 120 images/rgb-3c-8b.tiff 125 images/rgb-3c-8b.bmp) 133 images/rgb-3c-8b.ppm) 143 images/rgb-3c-8b.tiff) 165 add_executable(long_tag long_tag.c check_tag.c) 168 add_executable(short_tag short_tag.c check_tag.c) 171 add_executable(strip_rw strip_rw.c strip.c test_arrays.c test_arrays.h) 326 add_convert_test_multi(tiffcp tiffcp "" logluv "-c none" "-c sgilog" "" [all …]
|
| H A D | Makefile.in | 453 tiffcrop-R90-rgb-3c-16b.sh tiffcrop-R90-rgb-3c-8b.sh \ 457 tiff2rgba-miniswhite-1c-1b.sh tiff2rgba-palette-1c-1b.sh \ 458 tiff2rgba-palette-1c-4b.sh tiff2rgba-palette-1c-8b.sh \ 766 long_tag_SOURCES = long_tag.c check_tag.c 768 short_tag_SOURCES = short_tag.c check_tag.c 770 strip_rw_SOURCES = strip_rw.c strip.c test_arrays.c test_arrays.h 867 .c.o: 874 .c.obj: 881 .c.lo: 1612 tiff2rgba-rgb-3c-16b.sh.log: tiff2rgba-rgb-3c-16b.sh [all …]
|
| H A D | common.sh | 34 IMG_MINISBLACK_1C_16B=${IMAGES}/minisblack-1c-16b.tiff 35 IMG_MINISBLACK_1C_8B=${IMAGES}/minisblack-1c-8b.tiff 36 IMG_MINISWHITE_1C_1B=${IMAGES}/miniswhite-1c-1b.tiff 37 IMG_PALETTE_1C_1B=${IMAGES}/palette-1c-1b.tiff 38 IMG_PALETTE_1C_4B=${IMAGES}/palette-1c-4b.tiff 39 IMG_PALETTE_1C_8B=${IMAGES}/palette-1c-8b.tiff 40 IMG_RGB_3C_16B=${IMAGES}/rgb-3c-16b.tiff 41 IMG_RGB_3C_8B=${IMAGES}/rgb-3c-8b.tiff 44 IMG_MINISWHITE_1C_1B_PBM=${IMAGES}/miniswhite-1c-1b.pbm 45 IMG_MINISBLACK_1C_8B_PGM=${IMAGES}/minisblack-1c-8b.pgm [all …]
|
| /libtiff-4.0.7/contrib/win_dib/ |
| H A D | Makefile.w95 | 40 tif_close.c \ 43 tif_dir.c \ 50 tif_jpeg.c \ 52 tif_lzw.c \ 53 tif_next.c \ 54 tif_open.c \ 58 tif_read.c \ 59 tif_swab.c \ 62 tif_tile.c \ 66 tif_win32.c [all …]
|
| /libtiff-4.0.7/port/ |
| H A D | strtoull.c | 50 char c; in strtoull() local 59 c = *s++; in strtoull() 63 c = *s++; in strtoull() 66 if (c == '+') in strtoull() 67 c = *s++; in strtoull() 74 c = s[1]; in strtoull() 87 if (c >= '0' && c <= '9') in strtoull() 88 c -= '0'; in strtoull() 89 else if (c >= 'A' && c <= 'Z') in strtoull() 91 else if (c >= 'a' && c <= 'z') in strtoull() [all …]
|
| H A D | strtoul.c | 53 int c; in strtoul() local 63 if (c == '-') { in strtoul() 65 c = *s++; in strtoul() 68 if (c == '+') in strtoul() 69 c = *s++; in strtoul() 73 c = s[1]; in strtoul() 83 if (isdigit(c)) in strtoul() 84 c -= '0'; in strtoul() 86 c -= isupper(c) ? 'A' - 10 : 'a' - 10; in strtoul() 89 if (c >= base) in strtoul() [all …]
|
| H A D | CMakeLists.txt | 26 set(port_SOURCES dummy.c) 28 getopt.c 29 lfind.c 30 strcasecmp.c 31 strtoul.c 32 strtoull.c) 37 list(APPEND port_USED_FILES getopt.c) 40 list(APPEND port_USED_FILES lfind.c) 43 list(APPEND port_USED_FILES snprintf.c) 49 list(APPEND port_USED_FILES strtoul.c) [all …]
|
| /libtiff-4.0.7/tools/ |
| H A D | Makefile.lcc | 89 tiffcmp.ttp: tiffcmp.c ${GETOPT} ${LIBTIFF} 91 tiffcp.ttp: tiffcp.c ${LIBTIFF} 93 tiffdump.ttp: tiffdump.c 95 tiffmedian.ttp: tiffmedian.c ${LIBTIFF} 97 tiffsplit.ttp: tiffsplit.c ${LIBTIFF} 99 tiff2ps.ttp: tiff2ps.c ${LIBTIFF} 109 tiffdither.ttp: tiffdither.c ${LIBTIFF} 115 pal2rgb.ttp: pal2rgb.c ${LIBTIFF} 121 ppm2tiff.ttp: ppm2tiff.c ${LIBTIFF} 124 raw2tiff.ttp: raw2tiff.c ${LIBTIFF} [all …]
|
| H A D | Makefile.am | 67 fax2ps_SOURCES = fax2ps.c 70 fax2tiff_SOURCES = fax2tiff.c 73 pal2rgb_SOURCES = pal2rgb.c 76 ppm2tiff_SOURCES = ppm2tiff.c 79 raw2tiff_SOURCES = raw2tiff.c 88 tiff2bw_SOURCES = tiff2bw.c 94 tiff2ps_SOURCES = tiff2ps.c 100 tiffcmp_SOURCES = tiffcmp.c 103 tiffcp_SOURCES = tiffcp.c 121 tiffset_SOURCES = tiffset.c [all …]
|
| H A D | CMakeLists.txt | 32 add_executable(fax2ps fax2ps.c) 35 add_executable(fax2tiff fax2tiff.c) 38 add_executable(pal2rgb pal2rgb.c) 41 add_executable(ppm2tiff ppm2tiff.c) 44 add_executable(raw2tiff raw2tiff.c) 53 add_executable(tiff2bw tiff2bw.c) 59 add_executable(tiff2ps tiff2ps.c) 65 add_executable(tiffcmp tiffcmp.c) 68 add_executable(tiffcp tiffcp.c) 86 add_executable(tiffset tiffset.c) [all …]
|
| H A D | tiff2ps.c | 2484 case 4: c = *cp++; PUTHEX(c,fd); in PSDataColorContig() 2485 case 3: c = *cp++; PUTHEX(c,fd); in PSDataColorContig() 2486 case 2: c = *cp++; PUTHEX(c,fd); in PSDataColorContig() 2487 case 1: c = *cp++; PUTHEX(c,fd); in PSDataColorContig() 2528 PUTHEX(rmap[c],fd); PUTHEX(gmap[c],fd); PUTHEX(bmap[c],fd) 2575 c = *cp++; PUTRGBHEX(c, fd); in PSDataPalette() 2578 c = *cp++; PUTRGBHEX(c&0xf, fd); in PSDataPalette() 2579 c >>= 4; PUTRGBHEX(c, fd); in PSDataPalette() 2582 c = *cp++; PUTRGBHEX(c&0x3, fd); in PSDataPalette() 2585 c >>= 2; PUTRGBHEX(c, fd); in PSDataPalette() [all …]
|
| H A D | ppm2tiff.c | 100 int c; in main() local 111 while ((c = getopt(argc, argv, "c:r:R:")) != -1) in main() 112 switch (c) { in main() 181 c = fgetc(in); in main() 183 if (strchr(" \t\r\n", c)) in main() 187 if (c == '#') { in main() 189 c = fgetc(in); in main() 190 } while(!(strchr("\r\n", c) || feof(in))); in main() 194 ungetc(c, in); in main()
|
| /libtiff-4.0.7/contrib/iptcutil/ |
| H A D | iptcutil.c | 100 int c = *s; in formatString() local 101 switch (c) { in formatString() 214 c, in formatIPTC() local 221 c = getc(ifile); in formatIPTC() 336 c, in super_fgets() local 346 if (c == EOF || c == '\n') in super_fgets() 396 c, in main() local 412 if (c == '-' || c == '/') in main() 795 char c; in chstore() local 799 c=ch; in chstore() [all …]
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 1759 tif_write.c, tif_print.c, tif_jpeg.c, tif_dirwrite.c, tif_write.c: 2510 * tools/{fax2tiff.c,thumbnail.c,tiff2pdf.c,tiff2ps.c,tiffdump.c, 2815 * tif_aux.c, tif_getimage.c, tif_next.c, tif_predict.c, tif_win32.c, 3122 tif_fax3.c, tif_jbig.c, tif_luv.c, tif_ojpeg.c, tif_pixarlog.c, 3388 * tools/{fax2ps.c, fax2tiff.c, ppm2tiff.c, ras2tiff.c, tiff2pdf.c}: 4903 tif_getimage.c, tif_luv.c, tif_lzw.c, tif_ojpeg.c, tif_packbits.c, 4904 tif_predict.c, tif_read.c, tif_swab.c, tif_thunder.c, tif_write.c, 5667 tif_fax3.c, tif_getimage.c, tif_luv.c, tif_lzw.c, tif_next.c, 5817 * tools/{fax2ps.c, fax2tiff.c, gif2tiff.c, pal2rgb.c, ppm2tiff.c, 5818 ras2tiff.c, raw2tiff.c, rgb2ycbcr.c, thumbnail.c, tiff2bw.c, [all …]
|
| H A D | configure.com | 4 $! (c) Alexey Chupahin 22-NOV-2007 802 tif_aux.obj : tif_aux.c 817 tif_dir.obj : tif_dir.c 856 tif_luv.obj : tif_luv.c 859 tif_lzw.obj : tif_lzw.c 910 tif_zip.obj : tif_zip.c 965 fax2ps.obj : fax2ps.c 1019 sgisv.obj : sgisv.c 1061 tiffcp.obj : tiffcp.c 1085 tiffgt.obj : tiffgt.c [all …]
|
| /libtiff-4.0.7/test/images/ |
| H A D | README.txt | 6 minisblack-1c-16b.tiff 7 minisblack-1c-8b.tiff 8 miniswhite-1c-1b.tiff 9 palette-1c-1b.tiff 10 palette-1c-4b.tiff 11 palette-1c-8b.tiff 12 rgb-3c-16b.tiff 13 rgb-3c-8b.tiff 20 palette-1c-8b.bmp 21 rgb-3c-8b.bmp [all …]
|
| /libtiff-4.0.7/contrib/addtiffo/ |
| H A D | Makefile.vc | 17 addtiffo.obj: addtiffo.c 18 $(CC) -c $(CFLAGS) addtiffo.c 20 tif_overview.obj: tif_overview.c 21 $(CC) -c $(CFLAGS) tif_overview.c 23 tif_ovrcache.obj: tif_ovrcache.c 24 $(CC) -c $(CFLAGS) tif_ovrcache.c
|