Lines Matching refs:t
212 that didn't reset the tif_rawcc and tif_rawcp members. I'm not
216 places where it isn't done currently, but it seems this patch is enough.
548 point, and it's likely the unit tests haven't (ever?) been run on
553 Add a missing file which wasn't being distributed, causing unit
820 * libtiff/tif_dir.c (TIFFNumberOfDirectories): Don't depend on ++
825 don't affect result". This change uses ifdefs to include
998 * libtiff/tif_next.c: add new tests to check that we don't read outside of
1110 if tiffcp wouldn't crash, since the output file would contain
1273 approach is still fundamentally flawed, but at least now it won't
1281 tools/tiffdither.c: Enlarge some fixed-size buffers that weren't
1322 three in active use now, and JPEG_LIB_VERSION doesn't tell us
1410 * tools/tiff2pdf.c: Fix two places where t2p_error didn't get set
1412 might not report exit code 1 as desired. h/t [email protected]
1472 we don't have the proper amount and type of data or if the field
1530 …processed as if it were a colormap when it isn't really. Damn the wide variety of argument formul…
1996 * libtiff/tif_dirinfo.c: Don't use assertions in _TIFFFieldWithTag()
2017 we don't need any post-processing. That helps to reset the hook if we
2056 subsampled data since tiffcrop currently doesn't support it. Fix
2088 YCbCr subsampled data since tiffcp currently doesn't support it.
2236 * libtiff/tif_fax3.c: Don't return error on badly-terminated MMR
2470 * tools/tiffcrop.c: Don't default image->res_unit to INCH. Now the
2812 * tools/tiffdump.c: Added ssize_t typedef on Windows since it doesn't
2941 that returned 0 whilst at the same time the mapping tif_size wasn't
3092 Now we don't need tiffiop.h in tiff2pdf anymore and will open output
3923 * tif_dirread.c: Don't try and split single strips into "0" strips
4598 file tiffio.hxx. We don't have any C++ in tiffio.h, those who want to
4692 don't have assert.h.
4963 * libtiff/tif_dirread.c: Don't reject to read tags of the
5107 * tools/tiffsplit.c: Don't forget to copy Photometric
5166 images (don't work properly with all codecs). For details see GDAL bug
5187 * tools/tiffcp.c: Don't emit warnings when Orientation tag does not
5274 should be declared as passcount=FALSE, but I don't want to change
5315 * libtiff/{tif_color, tif_getimage.c, tiffio.h}, man/TIFFcolor.3t:
5363 * libtiff/{tif_getimage.c, tiffio.h}, man{TIFFReadRGBAImage.3t,
5364 TIFFReadRGBAStrip.3t, TIFFReadRGBATile.3t, TIFFRGBAImage.3t}:
5424 * libtiff/{tiffio.h, tif_codec.c}, man/{libtiff.3t, TIFFcodec.3t}:
5490 * libtiff/{tiffio.h, tif_strip.c}, man/{TIFFstrip.3t, libtiff.3t}:
5550 * libtiff/{tif_getimage.c, tiffio.h}, man/TIFFReadRGBAImage.3t: New
5631 lzw-compression-kit hasn't such troubles.
5697 * libtiff/tif_dirread.c: Don't ignore custom fields that are
5841 * libtiff/tif_lzw.c: fixed so that decoder state isn't allocated till
5961 * libtiff/tiff.h: Don't do special type handling in tiff.h unless
5998 * Makefile.in, /man/{TIFFDataWidth.3t, Makefile.in, libtiff.3}: Added
6006 * tools/tiff2ps.c: Don't emit BeginData/EndData DSC comments
6066 fetch TIFFTAG_YCBCRSUBSAMPLING from the jpeg data stream if it isn't
6147 * man/: TIFFWriteDirectory.3t, Makefile.in: Added description
6231 won't work when tags with uknown sizes founded.
6258 * man/libtiff.3t: added copyright tag info.
6319 EXTRASAMPLE value isn't set for it. This changes the behaviour of
6321 lots of applications that don't mark the alpha values properly.
6414 tiles that don't start on a tile boundary. Fix contributed by
6439 * libtiff/tif_getimage.c: Don't complain for CMYK (separated)
6528 to packbits from LZW since LZW isn't generally available.
6584 - Fixed mmap() test to avoid MMAP_FIXED ... it isn't available on HP
6665 * libtiff/tif_dirinfo.c: don't declare tiffFieldInfo static on VMS.
6790 the strip/tile width and height aren't multiples of the sampling size.
6795 data than provided if rowsize doesn't factor into provided data
6861 * tif_flush.c: Changed so that TIFFFlushData() doesn't return an
6867 * tif_open.c: Don't set MMAP for O_RDWR files.
6896 won't include it when building with __CYGWIN__.
6900 * README: update to mention www.libtiff.org, don't list Sam's old
6908 * libtiff/tif_dirread.c: Don't use estimate strip byte count for
6962 * tools/iptcutil was not in files list, and wasn't being
7021 * Added TIFFmemory(3t) functions to libtiff.def.
7075 * Added html for TIFFWriteTile.3t man page.
7085 * Added TIFFWriteTile.3t man page.
7112 * Modified TIFFquery.3t man pages info on TIFFIsByteSwapped() to
7182 * Added addtiffo (add overviews to a TIFF file) in contrib. Didn't