Lines Matching refs:tiffcp
161 * tools/tiffcp.c: fix out-of-bounds write on tiled images with odd
176 * tools/tiffcp.c: fix read of undefined variable in case of missing
904 * tools/tiffcp.c: Fix Coverity 1024306, 1024307, 1024308, 1024309
1097 * tools/tiffcp.c: fix crash when converting YCbCr JPEG-compressed to none.
1100 tiffcp crashes when converting JPEG-encoded TIFF to a different
1102 tiffcp -c none jpeg_encoded_file.tif output.tif
1104 the tiffcp code forces conversion to RGB space. However,
1110 if tiffcp wouldn't crash, since the output file would contain
1296 * html/man/tiff2ps.1.html, html/man/tiffcp.1.html,
1297 html/man/tiffdither.1.html, man/tiff2ps.1, man/tiffcp.1,
1298 man/tiffdither.1, tools/tiff2ps.c, tools/tiffcp.c,
1628 * tools/tiffsplit.c (tiffcp): TIFFGetField count field should be
1815 * tools/tiffcp.c, man/tiffcp.1: Added support for specifying the
1830 tiffiop.h, tif_lzma.c}, tools/tiffcp.c, man/tiffcp.1: Implement a new
2049 * tools/tiffcp.c: Initialize buffer arrays with zero to avoid
2087 * tools/tiffcp.c (tiffcp): Applied Tom Lane's patch to reject
2088 YCbCr subsampled data since tiffcp currently doesn't support it.
2107 * tools/tiffcp.c (main): tiffcp should not leak memory if an error
2128 * libtiff/tools/tiffcp.c: add a new option -x to force merged tiff
2313 which cannot be handled by tiffcp.
2390 * test/tiffcp-logluv.sh: Fix test so that it works with a VPATH
2409 * tests/tiffcp-logluv.sh: minimal testing of sgilog compression.
2411 * tools/tiffcp.c: add -c sgilog support.
2706 tiff2ps-PS3.sh tiffcp-g3-1d-fill.sh tiffcp-g3-1d.sh
2707 tiffcp-g3-2d-fill.sh tiffcp-g3-2d.sh tiffcp-g3.sh tiffcp-g4.sh
2708 tiffcp-split-join.sh tiffcp-split.sh tiffcp-thumbnail.sh
2727 * tools/tiffcp.c: Simplify inknames code to avoid pointless test.
3199 * tools/{tiffcp.c, tiffcrop.c}: Do not change RowsPerStrip value if
3362 * {configure, configure.ac, libtiff/tif_jbig.c, tools/tiffcp.c}: Added
3394 tiff2rgba.1, tiffcmp.1, tiffcp.1, tiffdither.1, tiffdump.1, tiffgt.1,
3529 * tools/tiffcp.c: Do not set RowsPerStrip bigger than image length.
3711 tiff2bw,tiffcp: Fixed jpeg option processing so -c jpeg:r:50 works
3814 * tools/tiffcp.c: Added many error reporting messages; fixed integer
3826 * tools/tiffcp.c: Return non-zero status when reading fails (again).
3830 * tools/tiffcp.c: Return non-zero status when reading fails.
4048 * tools/tiffcp.c: Fixed WhitePoint tag copying.
5129 * tools/tiffcp.c: close output file on normal exit.
5184 * tools/tiffcp.c: Properly set Photometric Interpretation in case of
5187 * tools/tiffcp.c: Don't emit warnings when Orientation tag does not
5263 * tools/tiffcp.c: Fixed problem with wrong interpretation of the
5294 * tools/tiffcp.c: Fixed problem with wrong Photometric setting for
5650 * tools/tiffcp.c: fixed signed/unsigned casting warning.
5714 * tools/tiffcp.c, man/tiffcp.1: Added possibility to specify value -1
5723 * tools/tiffcp.c: Set the correct RowsPerStrip and PageNumber
5801 * tools/tiffcp.c: Fixed problem with colorspace conversion for JPEG
5819 tiff2ps.c, tiff2rgba.c, tiffcp.c, tiffdither.c, tiffinfo.c,
6187 * tools/: tifcp.c: Added support for 'Orientation' tag in tiffcp
6300 * tools/tiffcp.c: fix several warnings that show up with -Wall.
6656 * Brent Roman contributed updated tiffcp utility (and tiffcp.1)