summaryrefslogtreecommitdiff
path: root/tools/tiff2pdf.c
Commit message (Expand)AuthorAgeFilesLines
* Reformatting in tools/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-4928/+5496
* Remove vim/emacs formatting footersEven Rouault2022-12-081-9/+0
* tiff2pdf: Don't try to seek into stdout.Claus-Justus Heine2022-11-101-1/+1
* tiff2pdf: handle 8-bit palette colormapJay Berkenbilt2022-05-091-3/+17
* tiff2pdf: Fixes issues #365, #258 and #257 related to initializing 't2p->pdf_...Su Laus2022-02-101-2/+5
* tiff2pdf: validate TIFFGetField(input, TIFFTAG_STRIPBYTECOUNTS, &sbc) return ...Even Rouault2021-12-161-1/+7
* Fix memory leak in tiff2pdfTimothy Lyanguzov2021-06-021-2/+3
* Fix all remaining uses of legacy Deflate compression id and warn on useDavid Ryskalczyk2021-05-081-2/+2
* Merge branch 'display_tool_purpose' into 'master'Roger Leigh2021-03-061-0/+1
|\
| * Merge branch 'master' into 'display_tool_purpose'Miguel Medalha2021-02-071-153/+152
| |\
| * | Display tool purposeMedalha2021-01-281-0/+1
* | | Suppress potential unused variable warningRoger Leigh2021-02-061-1/+1
| |/ |/|
* | Add additional TIFF_SSIZE_FORMAT usesRoger Leigh2021-02-051-7/+7
* | Add TIFF_SIZE_FORMAT for portable use of %zRoger Leigh2021-02-041-5/+5
* | Use TIFF_SSIZE_FORMAT for formatting tmsize_tRoger Leigh2021-02-041-16/+15
* | libtiff: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-281-1/+1
* | tiff2pdf: Use PRI format flags and remove unnecessary castsRoger Leigh2021-01-271-149/+149
|/
* Use standard C99 integer typesRoger Leigh2021-01-211-209/+209
* Merge branch 'std-int-types' into 'master'Even Rouault2021-01-151-7/+7
|\
| * Use stdint.h types when availableRoger Leigh2021-01-061-7/+7
* | tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-051-8/+1
|/
* Merge branch 'issue-202' into 'master'Even Rouault2020-12-281-50/+29
|\
| * tiff2pdf.c: check that tiff_datasize fits in a signed tsize_tThomas Bernard2020-12-011-50/+29
* | Reduce initialized data by making more data const and simplifying usage() imp...Bob Friesenhahn2020-12-281-34/+30
* | tiff tools: made display of compression methods and their parameters conditio...miguel2020-12-251-9/+15
|/
* Merge branch 'issue-156' into 'master'Even Rouault2020-11-211-0/+8
|\
| * tiff2pdf: Check output size before writingThomas Bernard2020-11-181-0/+8
* | tiff2pdf: enforce memory limit for tiled pictures tooThomas Bernard2020-11-181-0/+7
|/
* Merge branch 'issue-220' into 'master'Even Rouault2020-11-141-3/+11
|\
| * tiff2pdf.c: properly calculate datasize when saving to JPEG YCbCrThomas Bernard2020-11-141-3/+11
* | avoid buffer overflow while writing jpeg end of file markerThomas Bernard2020-11-101-7/+7
|/
* tiff2pdf: print usage on stdout when -h is usedThomas Bernard2020-04-261-12/+14
* tiff2pdf: test the return code of TIFFReadRawStrip() and TIFFReadRawTile()Thomas Bernard2020-04-191-11/+56
* tiff2pdf.c: fix some whitespace problems in sourceThomas Bernard2020-04-191-62/+62
* tiff2pdf: get rid of uninitialized memory contentThomas Bernard2020-04-191-7/+17
* tiff2pdf: fix "raw" copy of Deflate streamsThomas Bernard2020-03-271-1/+5
* Merge branch 'issue-133' into 'master'Even Rouault2020-03-241-9/+13
|\
| * tiff2pdf: normalizePoint() macro to normalize the white pointThomas Bernard2020-03-241-15/+13
| * tiff2pdf: avoid divide by 0Thomas Bernard2020-03-181-9/+15
* | tiff2pdf: enforce maximum data sizeThomas Bernard2020-03-211-1/+16
* | tiff2pdf: "" causes the relevant argument not to be writtenThomas Bernard2020-03-211-37/+38
|/
* tiff2pdf: palette bound check in t2p_sample_realize_palette()Thomas Bernard2020-02-081-0/+5
* Fix Cmake HAVE_GETOPT for systems which declare getopt in stdio.h.Bob Friesenhahn2019-11-031-1/+1
* tiff2pdf.c: don't call t2p_tile_collapse_left() when buffer size is wrongThomas Bernard2019-02-281-7/+14
* tiff2pdf.c: check colormap pointersThomas Bernard2019-02-281-10/+24
* Merge branch 'resource-leaks' into 'master'Even Rouault2018-12-071-0/+1
|\
| * Fix two resource leaksNikola Forró2018-10-311-0/+1
* | tiff2pdf: Eliminate compiler warning about snprintf output truncation when fo...Bob Friesenhahn2018-11-031-7/+7
|/
* Fix for bug 2772Nathan Baker2018-02-121-0/+10
* Fix all compiler warnings for default buildNathan Baker2018-02-041-6/+7