libtiff/tools
Attila Oláh 433e052356
Set the --shared-memory linker flag for Emscripten builds.
This is only needed when building with WEBP support, which uses atomics,
therefore the linker needs the --shared-memory flag. The flag cannot be
added globally because not all executables link against libwebp.
2020-09-24 16:22:25 +00:00
..
CMakeLists.txt Set the --shared-memory linker flag for Emscripten builds. 2020-09-24 16:22:25 +00:00
fax2ps.c fax2ps: output usage to stdout when using -h option 2020-04-26 22:11:34 +02:00
fax2tiff.c fax2tiff.c: print usage on stdout when using -h option 2020-04-26 22:11:35 +02:00
Makefile.am * tools/Makefile.am: The libtiff tools bmp2tiff, gif2tiff, 2016-06-05 19:53:59 +00:00
Makefile.lcc Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
Makefile.vc Remove all $Id and $Headers comments with CVS versions 2017-11-30 18:02:46 +01:00
pal2rgb.c pal2rgb: output usage to stdout when -h is used 2020-04-26 22:11:35 +02:00
ppm2tiff.c ppm2tiff: output usage to stdout when using -h option 2020-04-26 22:11:35 +02:00
raw2tiff.c raw2tiff: print usage to stdout when -h is used 2020-04-26 22:15:08 +02:00
rgb2ycbcr.c rgb2ycbcr: use EXIT_FAILURE / EXIT_SUCCESS 2020-04-26 22:11:35 +02:00
thumbnail.c thumbnail: use EXIT_FAILURE / EXIT_SUCCESS 2020-04-26 22:11:35 +02:00
tiff2bw.c tiff2bw: output usage on stdout when using -h 2020-04-26 22:11:35 +02:00
tiff2pdf.c tiff2pdf: print usage on stdout when -h is used 2020-04-26 22:15:08 +02:00
tiff2ps.c tiff2ps: sue EXIT_FAILURE / EXIT_SUCCESS 2020-04-26 22:11:36 +02:00
tiff2rgba.c tiff2rgba: output usage to stdout when using -h 2020-04-26 22:11:36 +02:00
tiffcmp.c tiffcmp: match exit status for posix cmp and diff tools 2020-04-26 22:11:36 +02:00
tiffcp.c tiffcp: output usage to stdout when using -h 2020-04-26 22:13:28 +02:00
tiffcrop.c tiffcrop: -h / -v prints usage/version to stdout 2020-04-26 22:15:05 +02:00
tiffdither.c tiffdither: print usage on stdout when -h is used 2020-04-26 22:15:08 +02:00
tiffdump.c tiffdump: use EXIT_FAILURE / EXIT_SUCCESS 2020-04-26 22:15:08 +02:00
tiffgt.c tiffgt: output usage on stdout with -h 2020-04-26 22:15:08 +02:00
tiffinfo.c tiffinfo: print usage on stdout when -h is used 2020-04-26 22:15:09 +02:00
tiffinfoce.c fix out-of-bound read on some tiled images. 2018-09-08 15:07:53 +08:00
tiffmedian.c tiffmedian: shopw usage on stdout when -h is used 2020-04-26 22:15:09 +02:00
tiffset.c tiffset: print usage on stdout when -h is used 2020-04-26 22:15:09 +02:00
tiffsplit.c tiffsplit: use EXIT_SUCCESS / EXIT_FAILURE 2020-04-26 22:15:09 +02:00