Thomas Bernard
|
2fa1ce2f55
|
tiffset: print usage on stdout when -h is used
also use EXIT_FAILURE / EXIT_SUCCESS
see #17
|
2020-04-26 22:15:09 +02:00 |
|
Thomas Bernard
|
9bf9cd3926
|
tiffmedian: shopw usage on stdout when -h is used
aslo use EXIT_SUCCESS/EXIT_FAILURE
see #17
|
2020-04-26 22:15:09 +02:00 |
|
Thomas Bernard
|
1c614e2686
|
tiffinfo: print usage on stdout when -h is used
also use EXIT_FAILURE / EXIT_SUCCESS
see #17
|
2020-04-26 22:15:09 +02:00 |
|
Thomas Bernard
|
46c8624972
|
raw2tiff: print usage to stdout when -h is used
see #17
|
2020-04-26 22:15:08 +02:00 |
|
Thomas Bernard
|
ee6cf2f59d
|
tiff2pdf: print usage on stdout when -h is used
see #17
|
2020-04-26 22:15:08 +02:00 |
|
Thomas Bernard
|
2c6e8805ba
|
tiffgt: output usage on stdout with -h
also use EXIT_SUCCESS / EXIT_FAILURE
|
2020-04-26 22:15:08 +02:00 |
|
Thomas Bernard
|
eb6806dd64
|
tiffdump: use EXIT_FAILURE / EXIT_SUCCESS
see #17
|
2020-04-26 22:15:08 +02:00 |
|
Thomas Bernard
|
68564877c7
|
tiffdither: print usage on stdout when -h is used
see #17
|
2020-04-26 22:15:08 +02:00 |
|
Thomas Bernard
|
08b99340ee
|
tiffcrop: -h / -v prints usage/version to stdout
also uses the standard C EXIT_SUCCESS / EXIT_FAILURE
macros
see #17
|
2020-04-26 22:15:05 +02:00 |
|
Thomas Bernard
|
2b2b1fd8fe
|
tiffcp: output usage to stdout when using -h
also use EXIT_FAILURE / EXIT_SUCCESS
see #17
|
2020-04-26 22:13:28 +02:00 |
|
Thomas Bernard
|
5e0eb5bbf4
|
tiffcmp: match exit status for posix cmp and diff tools
|
2020-04-26 22:11:36 +02:00 |
|
Thomas Bernard
|
02875964eb
|
tiff2rgba: output usage to stdout when using -h
also uses std C EXIT_FAILURE / EXIT_SUCCESS
see #17
|
2020-04-26 22:11:36 +02:00 |
|
Thomas Bernard
|
05993b6408
|
tiff2ps: sue EXIT_FAILURE / EXIT_SUCCESS
see #17
|
2020-04-26 22:11:36 +02:00 |
|
Thomas Bernard
|
ff18e43223
|
tiff2bw: output usage on stdout when using -h
also uses EXIT_SUCCESS / EXIT_FAILURE
see #17
|
2020-04-26 22:11:35 +02:00 |
|
Thomas Bernard
|
da2995eecf
|
thumbnail: use EXIT_FAILURE / EXIT_SUCCESS
the -h option was already used so it cannot be used for help/usage
see #17
|
2020-04-26 22:11:35 +02:00 |
|
Thomas Bernard
|
aa4409eda5
|
rgb2ycbcr: use EXIT_FAILURE / EXIT_SUCCESS
the -h option was already used so it cannot be used for help/usage
see #17
|
2020-04-26 22:11:35 +02:00 |
|
Thomas Bernard
|
113a07e9f3
|
ppm2tiff: output usage to stdout when using -h option
also uses std C EXIT_SUCCESS / EXIT_FAILURE
see #17
|
2020-04-26 22:11:35 +02:00 |
|
Thomas Bernard
|
3ac0c950c6
|
pal2rgb: output usage to stdout when -h is used
see #17
|
2020-04-26 22:11:35 +02:00 |
|
Thomas Bernard
|
04e7c51f4e
|
fax2tiff.c: print usage on stdout when using -h option
see #17
|
2020-04-26 22:11:35 +02:00 |
|
Thomas Bernard
|
0aed3363cf
|
fax2ps: output usage to stdout when using -h option
also use EXIT_SUCCESS, EXIT_FAILURE from C standard
|
2020-04-26 22:11:34 +02:00 |
|
Thomas Bernard
|
f840b0d2ba
|
tiff2pdf: test the return code of TIFFReadRawStrip() and TIFFReadRawTile()
|
2020-04-19 23:39:59 +02:00 |
|
Thomas Bernard
|
8fed45347e
|
tiff2pdf.c: fix some whitespace problems in source
|
2020-04-19 20:55:05 +02:00 |
|
Thomas Bernard
|
bb1ab756d6
|
tiff2pdf: get rid of uninitialized memory content
fixes #176
|
2020-04-19 20:55:05 +02:00 |
|
Even Rouault
|
1b4708f67f
|
Merge branch 'issue-18' into 'master'
tiffset: pass size for TIFFTAG_INKNAMES
Closes #18
See merge request libtiff/libtiff!146
|
2020-04-19 18:32:25 +00:00 |
|
Thomas Bernard
|
4b64bf1cee
|
tiffset: pass size for TIFFTAG_INKNAMES
Uses TIFFFieldPassCount() to know which arguments need to be
passed to TiffSetField()
fixes #18
see http://bugzilla.maptools.org/show_bug.cgi?id=2202
|
2020-04-05 19:33:02 +02:00 |
|
Thomas Bernard
|
aa9d52ac2b
|
tiffinfo: showdata for tiled images
|
2020-04-05 01:19:10 +02:00 |
|
Thomas Bernard
|
691427ea8d
|
tiffinfo: fix dump of Tiled images
fixes #80
|
2020-04-05 00:46:12 +02:00 |
|
Thomas Bernard
|
1f3e801d96
|
tiffcrop: enforce memory allocation limit
uses -k option to change limit (default to 256MiB)
fixes #117 / http://bugzilla.maptools.org/show_bug.cgi?id=2757
|
2020-04-03 19:11:09 +00:00 |
|
Thomas Bernard
|
e526f620ef
|
tiffcp: disable strip chopping when trying to convert to JBIG compression
fixes #45
|
2020-04-02 01:18:10 +02:00 |
|
Thomas Bernard
|
4efb92d1c9
|
tiff2pdf: fix "raw" copy of Deflate streams
The Predictor parametter was not copied from the source tiff to the PDF.
fixes #48 / http://bugzilla.maptools.org/show_bug.cgi?id=2442
|
2020-03-27 22:34:37 +01:00 |
|
Even Rouault
|
ed881da0db
|
Merge branch 'issue-143-144' into 'master'
tiffdump: avoid unaligned memory access
Closes #144 et #143
See merge request libtiff/libtiff!133
|
2020-03-24 12:39:48 +00:00 |
|
Even Rouault
|
3c47638aaa
|
Merge branch 'issue-133' into 'master'
tiff2pdf: avoid divide by 0
Closes #133
See merge request libtiff/libtiff!126
|
2020-03-24 12:39:18 +00:00 |
|
Thomas Bernard
|
bd49c5810f
|
tiff2pdf: normalizePoint() macro to normalize the white point
|
2020-03-24 11:34:36 +01:00 |
|
Thomas Bernard
|
37121e1574
|
tiffdump: avoid unaligned memory access
fixes #143
fixes #144
|
2020-03-24 00:18:32 +01:00 |
|
Even Rouault
|
6c63f17749
|
Merge branch 'out-of-memory' into 'master'
tiffcp/tiff2pdf/tiff2ps: enforce maximum malloc size
Closes #153, #84, #116 et #115
See merge request libtiff/libtiff!130
|
2020-03-23 18:11:02 +00:00 |
|
Thomas Bernard
|
b738aaa834
|
tiffset: check memory allocation
fixes #157 / http://bugzilla.maptools.org/show_bug.cgi?id=2850
|
2020-03-23 17:17:17 +01:00 |
|
Thomas Bernard
|
dff30c4d5d
|
tiff2ps: enforce memory allocation limit
fixes #153 / http://bugzilla.maptools.org/show_bug.cgi?id=2845
|
2020-03-21 15:50:38 +01:00 |
|
Thomas Bernard
|
791046b3c6
|
tiff2pdf: enforce maximum data size
fixes #116 / http://bugzilla.maptools.org/show_bug.cgi?id=2756
fixes #84 / http://bugzilla.maptools.org/show_bug.cgi?id=2683
|
2020-03-21 15:30:43 +01:00 |
|
Thomas Bernard
|
035c1961d6
|
tiffcp.c: _TIFFmalloc() => limitMalloc()
|
2020-03-21 13:20:17 +01:00 |
|
Thomas Bernard
|
0a58e22b17
|
tiffcp: enforce maximum malloc size
default is 256MB. use -m option to change
fixes #115 / http://bugzilla.maptools.org/show_bug.cgi?id=2755
|
2020-03-21 13:20:12 +01:00 |
|
Thomas Bernard
|
f704878200
|
tiff2pdf: "" causes the relevant argument not to be written
fixes #44
|
2020-03-21 01:05:41 +01:00 |
|
Thomas Bernard
|
dbc90f9374
|
tiff2pdf: avoid divide by 0
fixes #133 http://bugzilla.maptools.org/show_bug.cgi?id=2796
|
2020-03-18 01:37:54 +01:00 |
|
Thomas Bernard
|
54ce8c5220
|
TIFFTAG_PREDICTOR is not supported for WebP
fixes #158
https://gitlab.com/libtiff/libtiff/-/issues/158
this bug was introduced by 9eacd59fec
merge request !32
|
2020-03-08 20:33:34 +01:00 |
|
Thomas Bernard
|
622492cb31
|
ppm2tiff: remove unused argument warning
|
2020-03-07 10:56:31 +01:00 |
|
Ludolf Holzheid
|
5582d0bfad
|
ppm2tiff: support any bps value from 1 to 16
fix #55
http://bugzilla.maptools.org/show_bug.cgi?id=2505
Patch originally submited by Ludolf Holzheid <ludolf.holzheid@gmx.de>
|
2020-03-07 10:56:31 +01:00 |
|
Even Rouault
|
06d6e36187
|
Merge branch 'division-by-zero' into 'master'
tools/tiffcp.c: fix potential division by zero
See merge request libtiff/libtiff!83
|
2020-02-26 21:37:54 +00:00 |
|
Even Rouault
|
2a4d9b4fab
|
Merge branch 'bug2839' into 'master'
raw2tiff: avoid divide by 0
Closes #151
See merge request libtiff/libtiff!103
|
2020-02-26 21:22:26 +00:00 |
|
Even Rouault
|
2832b9829f
|
Merge branch 'bug2669' into 'master'
tiff2pdf: palette bound check in t2p_sample_realize_palette()
Closes #82
See merge request libtiff/libtiff!104
|
2020-02-26 21:21:09 +00:00 |
|
Even Rouault
|
e9a124f52f
|
Merge branch 'int-shift' into 'master'
tiffcrop: fix asan runtime error caused by integer promotion
See merge request libtiff/libtiff!105
|
2020-02-26 21:20:10 +00:00 |
|
Thomas Bernard
|
bdcf1add10
|
raw2tiff: avoid divide by 0
fixes #151 / http://bugzilla.maptools.org/show_bug.cgi?id=2839
first memcmp() lines before computing corellation
and always avoid divide by 0 anyway
|
2020-02-16 19:20:37 +01:00 |
|