| Commit message (Expand) | Author | Age | Files | Lines |
* | Consider error return of writeSelections(). | Su_Laus | 2023-05-05 | 1 | -4/+9 |
* | Fix memory leak in tiffcrop.c | zhailiangliang | 2023-03-08 | 1 | -1/+6 |
* | tiffcrop: Do not reuse input buffer for subsequent images. Fix issue 527 | Su_Laus | 2023-02-14 | 1 | -34/+13 |
* | Fix Coverity Scan issue CID 1520761: Integer handling issues (OVERFLOW_BEFORE... | Su_Laus | 2023-02-06 | 1 | -1/+1 |
* | tiffcrop: Amend rotateImage() not to toggle the input (main) image width and ... | Su_Laus | 2023-02-05 | 1 | -24/+35 |
* | Merge branch 'tiffcrop_correctly_update_buffersize_after_rotate_fix#520' into... | Even Rouault | 2023-02-05 | 1 | -19/+53 |
|\ |
|
| * | tiffcrop correctly update buffersize after rotateImage() fix#520 -- enlarge ... | Su_Laus | 2023-02-04 | 1 | -3/+33 |
| * | tiffcrop correctly update buffersize after rotateImage() fix#520 | Su_Laus | 2023-02-03 | 1 | -16/+20 |
* | | tiffcrop: added check for assumption on composite images (fixes #496) | Su Laus | 2023-02-05 | 1 | -2/+66 |
* | | TIFFClose() avoid NULL pointer dereferencing. fix#515 | Su_Laus | 2023-02-03 | 1 | -1/+4 |
|/ |
|
* | Add versioninfo resource files for DLL and tools compiled with Windows MSVC a... | Su Laus | 2023-01-25 | 2 | -20/+79 |
* | tiffcrop: Correct simple copy paste error. Fix #488. | Su Laus | 2023-01-21 | 1 | -1/+1 |
* | Merge branch 'tiffmedian_fix_#477' into 'master' | Even Rouault | 2023-01-12 | 1 | -1/+6 |
|\ |
|
| * | tiffmedian: avoid zero num_colors, fixes #477 | Su_Laus | 2023-01-12 | 1 | -1/+6 |
* | | fax2ps: fixes #475 buffer overflow in qsort function pcompar. | Su_Laus | 2023-01-12 | 1 | -3/+3 |
|/ |
|
* | tiffset: get filesize to allocate only the required memory. Fixes issue #241 | Su Laus | 2023-01-09 | 1 | -5/+79 |
* | tiffinfo/tiffgt: more corect casts related to tdir_t changes | Even Rouault | 2022-12-13 | 2 | -6/+6 |
* | tiffinfo: update curdir from uint16_t to tdir_t for more than 64k IFD handling. | Su_Laus | 2022-12-13 | 1 | -1/+1 |
* | tiffcrop: Exclude some comments from clang-format | Su Laus | 2022-12-11 | 1 | -56/+82 |
* | tiffcrop: remove version_id and rev_date | Even Rouault | 2022-12-08 | 1 | -5/+0 |
* | Reformatting in tools/ using 'pre-commit run' | pre-commit run by Even Rouault | 2022-12-08 | 21 | -25053/+27745 |
* | Remove vim/emacs formatting footers | Even Rouault | 2022-12-08 | 20 | -179/+0 |
* | tiffcrop: Add check if (bps != 1) in writeSingleSection() for... | Su Laus | 2022-11-27 | 1 | -0/+5 |
* | tiffcrop.c: fix warning about signed vs unsigned comparison | Even Rouault | 2022-11-23 | 1 | -4/+4 |
* | tiffcp: fix leak of TIFFOpenOptionsAlloc() introduced in latest commit (maste... | Even Rouault | 2022-11-23 | 1 | -1/+5 |
* | tiffinfo, tiffcp, tiffcrop, tiffsplit, tiff2rgba, tiff2ps: use TIFFOpenOption... | Even Rouault | 2022-11-23 | 6 | -12/+69 |
* | Merge branch 'bugfix/tiff2pdf-stdout' into 'master' | Even Rouault | 2022-11-10 | 1 | -1/+1 |
|\ |
|
| * | tiff2pdf: Don't try to seek into stdout. | Claus-Justus Heine | 2022-11-10 | 1 | -1/+1 |
* | | tiffcrop: should fix some Coverity Scan issues OVERFLOW_BEFORE_WIDEN | Su Laus | 2022-11-08 | 1 | -24/+24 |
* | | tiffcrop: add casts in TIFFError() to fix compiler warnings | Even Rouault | 2022-10-23 | 1 | -2/+2 |
* | | tiffcrop fix Coverity Scan issues about PRINTF_ARGS. | Su_Laus | 2022-10-13 | 1 | -6/+6 |
* | | tiffcrop: fix #450 too many 'mode' options on command line. | Su Laus | 2022-10-13 | 1 | -13/+62 |
* | | tiffcrop subroutines require a larger buffer (fixes #271, #381, #386, #388, #... | Su Laus | 2022-10-13 | 1 | -91/+118 |
* | | Merge branch 'tiffcrop_fix_#411_#413' into 'master' | Even Rouault | 2022-10-12 | 1 | -7/+25 |
|\ \ |
|
| * | | tiffcrop: disable incompatibility of -Z, -X, -Y, -z options with any PAGE_MOD... | Su_Laus | 2022-08-25 | 1 | -7/+25 |
* | | | tiffinfo: Updated to parse through SubIFDs and show their tags. | Su Laus | 2022-10-08 | 1 | -1/+34 |
* | | | Fix CMake build to be compatible with FetchContent | Jeremy Maitin-Shepard | 2022-10-03 | 1 | -21/+21 |
|/ / |
|
* | | tiffcrop -S option: Make decision simpler. | Su_Laus | 2022-08-20 | 1 | -5/+5 |
* | | According to Richard Nolde https://gitlab.com/libtiff/libtiff/-/issues/401#no... | Su_Laus | 2022-08-15 | 1 | -15/+16 |
|/ |
|
* | fix the FPE in tiffcrop (#415, #427, and #428) | 4ugustus | 2022-06-11 | 1 | -28/+34 |
* | Merge branch 'cmake-disable-options' into 'master' | Roger Leigh | 2022-06-05 | 1 | -0/+4 |
|\ |
|
| * | Add options for disabling tools, tests, contrib and docs | Roger Leigh | 2022-05-29 | 1 | -0/+4 |
* | | Merge branch 'ci-ubuntu-22.04' into 'master' | Roger Leigh | 2022-06-04 | 1 | -2/+2 |
|\ \ |
|
| * | | tiffdump: Avoid overflow warning when reading | Roger Leigh | 2022-06-04 | 1 | -2/+2 |
| |/ |
|
* | | cmake: Add tiff-opengl option | Roger Leigh | 2022-05-29 | 1 | -1/+1 |
|/ |
|
* | tiffcrop: Fixes complain of pipeline "cmake-ninja-arm64" about abs() on... | Su Laus | 2022-05-14 | 1 | -18/+18 |
* | tiffcrop: Fix issue #330 and some more from 320 to 349 | Su Laus | 2022-05-10 | 1 | -72/+210 |
* | Merge branch 'fix_#29_tiffcp_orientationTag' into 'master' | Even Rouault | 2022-05-10 | 1 | -19/+0 |
|\ |
|
| * | tiffcp: Fix incomprehensible setting of orientation tag (fixes #29) | Su_Laus | 2022-05-01 | 1 | -19/+0 |
* | | tiff2pdf: handle 8-bit palette colormap | Jay Berkenbilt | 2022-05-09 | 1 | -3/+17 |