summaryrefslogtreecommitdiff
path: root/tools/tiffmedian.c
Commit message (Expand)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
|\
| * 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() imp...Bob Friesenhahn2020-12-281-36/+33
* tiff tools: made display of compression methods and their parameters conditio...miguel2020-12-251-13/+28
* tiffmedian: shopw usage on stdout when -h is usedThomas Bernard2020-04-261-20/+29
* 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
* (get_histogram): Quiet Coverity 1024386 "Out-of-bounds read".Bob Friesenhahn2015-05-281-4/+10
* * tools/tiffmedian.c (GetInputLine): Fix Coverity 1024795 "NestingBob Friesenhahn2015-05-281-18/+22
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message soBob Friesenhahn2010-03-101-1/+8
* 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
* 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
* * Aadded Pixar tag support.Mike Welles1999-12-211-2/+4
* Initial revisionMike Welles1999-07-271-0/+888