summaryrefslogtreecommitdiff
path: root/tools/tiffmedian.c
Commit message (Collapse)AuthorAgeFilesLines
* tiffmedian: avoid zero num_colors, fixes #477Su_Laus2023-01-121-1/+6
|
* Reformatting in tools/ using 'pre-commit run'pre-commit run by Even Rouault2022-12-081-806/+877
|
* Remove vim/emacs formatting footersEven Rouault2022-12-081-7/+0
|
* Fix all remaining uses of legacy Deflate compression id and warn on useDavid Ryskalczyk2021-05-081-1/+2
|
* Merge branch 'display_tool_purpose' into 'master'Roger Leigh2021-03-061-0/+1
|\ | | | | | | | | TIFF tools: insert a line of text summarizing each tool's purpose See merge request libtiff/libtiff!214
| * Display tool purposeMedalha2021-01-281-0/+1
| |
* | Suppress warnings or avoid case statement fallthroughRoger Leigh2021-02-061-0/+2
|/
* Use standard C99 integer typesRoger Leigh2021-01-211-24/+24
|
* tiff tools: include 'libport.h', remove local definition of 'getopt()'miguel2021-01-051-8/+1
|
* Reduce initialized data by making more data const and simplifying usage() ↵Bob Friesenhahn2020-12-281-36/+33
| | | | implementation.
* tiff tools: made display of compression methods and their parameters ↵miguel2020-12-251-13/+28
| | | | conditional on their actual availability
* tiffmedian: shopw usage on stdout when -h is usedThomas Bernard2020-04-261-20/+29
| | | | | aslo use EXIT_SUCCESS/EXIT_FAILURE see #17
* Remove all $Id and $Headers comments with CVS versionsEven Rouault2017-11-301-2/+0
|
* * libtiff/tif_config.vc.h: Make adjustments to match the newBob Friesenhahn2015-06-211-1/+3
| | | | | | | | | | | | | | | definitions that configure produces, including for WIN64. Still needs to be tested. 'lld' is not assured by the run-time DLLs and so GCC warns. Add TIFF_SIZE_T and TIFF_SIZE_FORMAT to provide a type definition and printf format specifier to deal with printing values of 'size_t' type. In particular, this was necessary for WIN64. Added a configure test for if the system headers provide 'optarg' (normal case) and block out the many explicit 'extern' statements in the utilities. This was found to be necessary under Windows when getopt is in a DLL and the symbols are already imported with dllimport via standard header files.
* (get_histogram): Quiet Coverity 1024386 "Out-of-bounds read".Bob Friesenhahn2015-05-281-4/+10
| | | | | This was a benign mis-diagnosis but added code to enforce against buffer overflow.
* * tools/tiffmedian.c (GetInputLine): Fix Coverity 1024795 "NestingBob Friesenhahn2015-05-281-18/+22
| | | | level does not match indentation".
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
| | | | | that it is clearly a memory allocation error message, and also includes the size of the allocation request.
* introduce libport.h prototypes to reduce warningsFrank Warmerdam2009-01-221-1/+5
|
* avoid warningsFrank Warmerdam2004-09-091-2/+8
|
* Removed message about LZW patents.Andrey Kiselev2004-07-241-3/+1
|
* Avoid warnings.Andrey Kiselev2004-06-041-2/+2
|
* int declaration replaced with the uint32 to support large images as per bugAndrey Kiselev2003-08-211-13/+13
| | | | http://bugzilla.remotesensing.org/show_bug.cgi?id=382
* Added library version reporting to all tools.Andrey Kiselev2003-03-121-1/+2
|
* Created lzw compression kit, as a new module (libtiff-lzw-compression-kit).Mike Welles1999-12-271-3/+3
| | | | | | Altered descriptions in tools to reflect "by default" lzw not supported Updated index.html to note lzw compression kit.
* * Aadded Pixar tag support.Mike Welles1999-12-211-2/+4
| | | | | | | | Contributed by Phil Beffery <phil@pixar.com> * Made one more change to tif_dir.c for removal of LZW compression. Also added notice when LZW compression invoked. * Changed default compression in tools to TIFF_PACKBITS, and changed usage description in tools to reflect removal of LZW compression
* Initial revisionMike Welles1999-07-271-0/+888