/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/man/ |
A D | Makefile.am | 48 libtiff.3tiff \ 50 TIFFClose.3tiff \ 51 TIFFcodec.3tiff \ 52 TIFFcolor.3tiff \ 54 TIFFError.3tiff \ 61 TIFFFlush.3tiff \ 64 TIFFOpen.3tiff \ 66 TIFFquery.3tiff \ 80 TIFFsize.3tiff \ 82 TIFFswab.3tiff \ [all …]
|
A D | CMakeLists.txt | 47 libtiff.3tiff 49 TIFFClose.3tiff 50 TIFFcodec.3tiff 51 TIFFcolor.3tiff 53 TIFFError.3tiff 60 TIFFFlush.3tiff 63 TIFFOpen.3tiff 65 TIFFquery.3tiff 79 TIFFsize.3tiff 81 TIFFswab.3tiff [all …]
|
A D | Makefile.in | 354 libtiff.3tiff \ 356 TIFFClose.3tiff \ 357 TIFFcodec.3tiff \ 358 TIFFcolor.3tiff \ 360 TIFFError.3tiff \ 367 TIFFFlush.3tiff \ 370 TIFFOpen.3tiff \ 372 TIFFquery.3tiff \ 386 TIFFsize.3tiff \ 388 TIFFswab.3tiff \ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/ |
A D | Makefile.am | 35 libtiff.3tiff.html \ 37 TIFFClose.3tiff.html \ 38 TIFFcodec.3tiff.html \ 39 TIFFcolor.3tiff.html \ 41 TIFFError.3tiff.html \ 48 TIFFFlush.3tiff.html \ 51 TIFFOpen.3tiff.html \ 53 TIFFquery.3tiff.html \ 67 TIFFsize.3tiff.html \ 69 TIFFswab.3tiff.html \ [all …]
|
A D | CMakeLists.txt | 28 libtiff.3tiff.html 30 TIFFClose.3tiff.html 31 TIFFcodec.3tiff.html 32 TIFFcolor.3tiff.html 34 TIFFError.3tiff.html 41 TIFFFlush.3tiff.html 44 TIFFOpen.3tiff.html 46 TIFFquery.3tiff.html 60 TIFFsize.3tiff.html 62 TIFFswab.3tiff.html [all …]
|
A D | Makefile.in | 337 libtiff.3tiff.html \ 339 TIFFClose.3tiff.html \ 340 TIFFcodec.3tiff.html \ 341 TIFFcolor.3tiff.html \ 343 TIFFError.3tiff.html \ 350 TIFFFlush.3tiff.html \ 353 TIFFOpen.3tiff.html \ 355 TIFFquery.3tiff.html \ 369 TIFFsize.3tiff.html \ 371 TIFFswab.3tiff.html \ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | README.txt | 4 photometric-channels-bits.tiff 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 15 logluv-3c-16b.tiff: logluv compression/photometric interp [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/ |
A D | CMakeLists.txt | 29 add_executable(tiff-bi tiff-bi.c) 30 target_link_libraries(tiff-bi tiff port) 32 add_executable(tiff-grayscale tiff-grayscale.c) 33 target_link_libraries(tiff-grayscale tiff port) 35 add_executable(tiff-palette tiff-palette.c) 36 target_link_libraries(tiff-palette tiff port) 38 add_executable(tiff-rgb tiff-rgb.c) 39 target_link_libraries(tiff-rgb tiff port)
|
A D | Makefile.am | 34 noinst_PROGRAMS = tiff-bi tiff-grayscale tiff-palette tiff-rgb 36 tiff_bi_SOURCES = tiff-bi.c 38 tiff_grayscale_SOURCES = tiff-grayscale.c 40 tiff_palette_SOURCES = tiff-palette.c 42 tiff_rgb_SOURCES = tiff-rgb.c
|
A D | Makefile.in | 116 noinst_PROGRAMS = tiff-bi$(EXEEXT) tiff-grayscale$(EXEEXT) \ 117 tiff-palette$(EXEEXT) tiff-rgb$(EXEEXT) 133 am_tiff_bi_OBJECTS = tiff-bi.$(OBJEXT) 146 am_tiff_rgb_OBJECTS = tiff-rgb.$(OBJEXT) 410 tiff_bi_SOURCES = tiff-bi.c 414 tiff_palette_SOURCES = tiff-palette.c 416 tiff_rgb_SOURCES = tiff-rgb.c 463 @rm -f tiff-bi$(EXEEXT) 467 @rm -f tiff-grayscale$(EXEEXT) 471 @rm -f tiff-palette$(EXEEXT) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffset.c | 60 GetField(TIFF *tiff, const char *tagname) in GetField() argument 67 fip = TIFFFieldWithName(tiff, tagname); in GetField() 80 TIFF *tiff; in main() local 86 tiff = TIFFOpen(argv[argc-1], "r+"); in main() 87 if (tiff == NULL) in main() 115 fip = GetField(tiff, tagname); in main() 130 fip = GetField(tiff, tagname); in main() 252 ret = TIFFSetField(tiff, TIFFFieldTag(fip), in main() 255 ret = TIFFSetField(tiff, TIFFFieldTag(fip), in main() 344 TIFFRewriteDirectory(tiff); in main() [all …]
|
A D | CMakeLists.txt | 33 target_link_libraries(fax2ps tiff port) 36 target_link_libraries(fax2tiff tiff port) 39 target_link_libraries(pal2rgb tiff port) 42 target_link_libraries(ppm2tiff tiff port) 45 target_link_libraries(raw2tiff tiff port) 54 target_link_libraries(tiff2bw tiff port) 57 target_link_libraries(tiff2pdf tiff port) 60 target_link_libraries(tiff2ps tiff port) 66 target_link_libraries(tiffcmp tiff port) 69 target_link_libraries(tiffcp tiff port) [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/ |
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 42 IMG_MINISBLACK_2C_8B_ALPHA=${IMAGES}/minisblack-2c-8b-alpha.tiff 43 IMG_QUAD_LZW_COMPAT=${IMAGES}/quad-lzw-compat.tiff
|
A D | CMakeLists.txt | 112 images/logluv-3c-16b.tiff 117 images/palette-1c-1b.tiff 118 images/palette-1c-4b.tiff 119 images/palette-1c-8b.tiff 120 images/rgb-3c-16b.tiff 121 images/rgb-3c-8b.tiff 122 images/quad-tile.jpg.tiff 142 images/palette-1c-1b.tiff 143 images/palette-1c-4b.tiff 144 images/palette-1c-8b.tiff [all …]
|
A D | Makefile.am | 150 images/logluv-3c-16b.tiff \ 151 images/minisblack-1c-16b.tiff \ 152 images/minisblack-1c-8b.tiff \ 154 images/miniswhite-1c-1b.tiff \ 155 images/palette-1c-1b.tiff \ 156 images/palette-1c-4b.tiff \ 157 images/palette-1c-8b.tiff \ 158 images/rgb-3c-16b.tiff \ 159 images/rgb-3c-8b.tiff \ 160 images/quad-tile.jpg.tiff \ [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/ |
A D | README | 1 Subject: tiff stream interface (contrib) 6 Here at Shutterfly we have augmented the file based tiff library to support 9 (e.g. read, write, seek and close) into the tiff's library client state. 13 a tiff handle. The class retains the tiff handle in its local state and 21 the tiff core piece and the class sits on top of the library. The code is 26 of tiff library users and would like to contribute this software to be part 27 of the tiff distributed package. Let me know of any issue.
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_tif.c | 163 TIFF* tiff = NULL; in IMG_LoadTIF_RW() local 179 tiff = lib.TIFFClientOpen("SDL_image", "rm", (thandle_t)src, in IMG_LoadTIF_RW() 181 if(!tiff) in IMG_LoadTIF_RW() 185 lib.TIFFGetField(tiff, TIFFTAG_IMAGEWIDTH, &img_width); in IMG_LoadTIF_RW() 186 lib.TIFFGetField(tiff, TIFFTAG_IMAGELENGTH, &img_height); in IMG_LoadTIF_RW() 197 …if(!lib.TIFFReadRGBAImageOriented(tiff, img_width, img_height, (uint32 *)surface->pixels, ORIENTAT… in IMG_LoadTIF_RW() 200 lib.TIFFClose(tiff); in IMG_LoadTIF_RW() 209 if (tiff) { in IMG_LoadTIF_RW() 210 lib.TIFFClose(tiff); in IMG_LoadTIF_RW()
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/ |
A D | package | 105 case *.tiff: 106 if ( $?tiff ) then 107 echo ${prog}: tiff-file parameter already set to ${tiff}. 111 set tiff = "$argv[1]" 186 if ( $?tiff ) then 187 set pkgTiff = $pkg/$root.tiff 189 /bin/cp $tiff $pkgTiff 253 if ( $?tiff ) then
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | CMakeLists.txt | 45 tiff.h 117 add_library(tiff ${tiff_SOURCES} ${tiff_HEADERS} ${nodist_tiff_HEADERS} target 119 target_link_libraries(tiff ${TIFF_LIBRARY_DEPS}) 120 set_target_properties(tiff PROPERTIES SOVERSION ${SO_COMPATVERSION}) 126 set_target_properties(tiff PROPERTIES VERSION ${SO_VERSION}) 129 set_target_properties(tiff PROPERTIES LINK_FLAGS 133 install(TARGETS tiff 143 target_link_libraries(tiffxx tiff)
|
A D | SConstruct | 71 StaticLibrary('tiff', SRCS) 72 SharedLibrary('tiff', SRCS)
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.Tiffile | 3 I attached a file that uses RGBA interface (tif_getimage.c) to read a tiff 5 tiff file suported by libtiff and easily convert it to a DIB. The disadvantage 8 pixel, rather than 1 bit). I read tiff files, but don't need to
|
A D | Makefile.w95 | 38 INCS= tiff.h tiffio.h
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | HOWTO-RELEASE | 99 Two files with names tiff-version.tar.gz and tiff-version.zip will 115 scp tiff-*.tar.gz tiff-*.zip \ 118 16. Announce to list, tiff@lists.maptools.org
|
A D | Makefile.am | 90 https://scan.coverity.com/builds?project=tiff
|
/AliOS-Things-master/components/SDL2/src/image/external/ |
A D | tiff-4.0.9-win32config.patch | 1 diff -u /dev/null tiff-4.0.9/libtiff/mingw/Makefile 3 +++ tiff-4.0.9/libtiff/mingw/Makefile 2018-11-04 17:01:00.000000000 +0300 73 diff -u /dev/null tiff-4.0.9/libtiff/mingw/tif_config.h 75 +++ tiff-4.0.9/libtiff/mingw/tif_config.h 2018-11-04 17:01:00.000000000 +0300 300 +#define PACKAGE "tiff" 303 +#define PACKAGE_BUGREPORT "tiff@lists.maptools.org" 312 +#define PACKAGE_TARNAME "tiff" 512 diff -u /dev/null tiff-4.0.9/libtiff/mingw/tiffconf.h 514 +++ tiff-4.0.9/libtiff/mingw/tiffconf.h 2018-11-04 17:01:00.000000000 +0300
|