summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Consider error return of writeSelections().Su_Laus2023-05-051-4/+9
* Fix memory leak in tiffcrop.czhailiangliang2023-03-081-1/+6
* tiffcrop: Do not reuse input buffer for subsequent images. Fix issue 527Su_Laus2023-02-141-34/+13
* Fix Coverity Scan issue CID 1520761: Integer handling issues (OVERFLOW_BEFORE...Su_Laus2023-02-061-1/+1
* tiffcrop: Amend rotateImage() not to toggle the input (main) image width and ...Su_Laus2023-02-051-24/+35
* Merge branch 'tiffcrop_correctly_update_buffersize_after_rotate_fix#520' into...Even Rouault2023-02-051-19/+53
|\
| * tiffcrop correctly update buffersize after rotateImage() fix#520 -- enlarge ...Su_Laus2023-02-041-3/+33
| * tiffcrop correctly update buffersize after rotateImage() fix#520Su_Laus2023-02-031-16/+20
* | tiffcrop: added check for assumption on composite images (fixes #496)Su Laus2023-02-051-2/+66
* | TIFFClose() avoid NULL pointer dereferencing. fix#515Su_Laus2023-02-031-1/+4
|/
* Add versioninfo resource files for DLL and tools compiled with Windows MSVC a...Su Laus2023-01-252-20/+79
* tiffcrop: Correct simple copy paste error. Fix #488.Su Laus2023-01-211-1/+1
* Merge branch 'tiffmedian_fix_#477' into 'master'Even Rouault2023-01-121-1/+6
|\
| * tiffmedian: avoid zero num_colors, fixes #477Su_Laus2023-01-121-1/+6
* | fax2ps: fixes #475 buffer overflow in qsort function pcompar.Su_Laus2023-01-121-3/+3
|/
* tiffset: get filesize to allocate only the required memory. Fixes issue #241Su Laus2023-01-091-5/+79
* tiffinfo/tiffgt: more corect casts related to tdir_t changesEven Rouault2022-12-132-6/+6
* tiffinfo: update curdir from uint16_t to tdir_t for more than 64k IFD handling.Su_Laus2022-12-131-1/+1
* tiffcrop: Exclude some comments from clang-formatSu Laus2022-12-111-56/+82
* tiffcrop: remove version_id and rev_dateEven Rouault2022-12-081-5/+0
* Reformatting in tools/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-0821-25053/+27745
* Remove vim/emacs formatting footersEven Rouault2022-12-0820-179/+0
* tiffcrop: Add check if (bps != 1) in writeSingleSection() for...Su Laus2022-11-271-0/+5
* tiffcrop.c: fix warning about signed vs unsigned comparisonEven Rouault2022-11-231-4/+4
* tiffcp: fix leak of TIFFOpenOptionsAlloc() introduced in latest commit (maste...Even Rouault2022-11-231-1/+5
* tiffinfo, tiffcp, tiffcrop, tiffsplit, tiff2rgba, tiff2ps: use TIFFOpenOption...Even Rouault2022-11-236-12/+69
* Merge branch 'bugfix/tiff2pdf-stdout' into 'master'Even Rouault2022-11-101-1/+1
|\
| * tiff2pdf: Don't try to seek into stdout.Claus-Justus Heine2022-11-101-1/+1
* | tiffcrop: should fix some Coverity Scan issues OVERFLOW_BEFORE_WIDENSu Laus2022-11-081-24/+24
* | tiffcrop: add casts in TIFFError() to fix compiler warningsEven Rouault2022-10-231-2/+2
* | tiffcrop fix Coverity Scan issues about PRINTF_ARGS.Su_Laus2022-10-131-6/+6
* | tiffcrop: fix #450 too many 'mode' options on command line.Su Laus2022-10-131-13/+62
* | tiffcrop subroutines require a larger buffer (fixes #271, #381, #386, #388, #...Su Laus2022-10-131-91/+118
* | Merge branch 'tiffcrop_fix_#411_#413' into 'master'Even Rouault2022-10-121-7/+25
|\ \
| * | tiffcrop: disable incompatibility of -Z, -X, -Y, -z options with any PAGE_MOD...Su_Laus2022-08-251-7/+25
* | | tiffinfo: Updated to parse through SubIFDs and show their tags.Su Laus2022-10-081-1/+34
* | | Fix CMake build to be compatible with FetchContentJeremy Maitin-Shepard2022-10-031-21/+21
|/ /
* | tiffcrop -S option: Make decision simpler.Su_Laus2022-08-201-5/+5
* | According to Richard Nolde https://gitlab.com/libtiff/libtiff/-/issues/401#no...Su_Laus2022-08-151-15/+16
|/
* fix the FPE in tiffcrop (#415, #427, and #428)4ugustus2022-06-111-28/+34
* Merge branch 'cmake-disable-options' into 'master'Roger Leigh2022-06-051-0/+4
|\
| * Add options for disabling tools, tests, contrib and docsRoger Leigh2022-05-291-0/+4
* | Merge branch 'ci-ubuntu-22.04' into 'master'Roger Leigh2022-06-041-2/+2
|\ \
| * | tiffdump: Avoid overflow warning when readingRoger Leigh2022-06-041-2/+2
| |/
* | cmake: Add tiff-opengl optionRoger Leigh2022-05-291-1/+1
|/
* tiffcrop: Fixes complain of pipeline "cmake-ninja-arm64" about abs() on...Su Laus2022-05-141-18/+18
* tiffcrop: Fix issue #330 and some more from 320 to 349Su Laus2022-05-101-72/+210
* Merge branch 'fix_#29_tiffcp_orientationTag' into 'master'Even Rouault2022-05-101-19/+0
|\
| * tiffcp: Fix incomprehensible setting of orientation tag (fixes #29)Su_Laus2022-05-011-19/+0
* | tiff2pdf: handle 8-bit palette colormapJay Berkenbilt2022-05-091-3/+17