summaryrefslogtreecommitdiff
path: root/libtiff/tif_color.c
Commit message (Expand)AuthorAgeFilesLines
* * libtiff/tif_color.c: TIFFYCbCrToRGBInit(): stricter clamping to avoiderouault2017-05-291-4/+4
* * libtiff/tif_color.c: avoid potential int32 overflow inerouault2017-05-131-10/+30
* * libtiff/*.c: fix warnings raised by clang 3.9 -Wcommaerouault2016-09-041-2/+4
* * libtiff/tif_dirwrite.c, libtiff/tif_color.c: fix warnings raisederouault2016-09-031-2/+2
* * libtiff/tif_dir.c, libtiff/tif_dirread.c, libtiff/tif_getimage.c,erouault2015-10-171-8/+8
* * libtiff/tif_color.c: prevent crash in handling bad TIFFsfaxguy2010-12-141-5/+10
* * libtiff/tif_aux.c (_TIFFCheckRealloc): Improve error message sobfriesen2010-03-101-1/+8
* Make TIFFDisplay argument in TIFFCIELabToRGBInit const, and display_sRGB stat...fwarmerdam2009-11-301-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-04-041-2/+2
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-311-1/+1
* BigTIFF upgrade in progress - widespread temp mess - does not compile nowjoris2007-03-281-2/+2
* Avoid overflow in case of wrong input as per bugdron2006-02-091-1/+6
* Avoid warnings.dron2005-11-231-2/+4
* Better use of TIFFmin() macro to avoid side effects.dron2005-07-011-13/+13
* Use double as the second argument of pow() function in TIFFCIELabToRGBInit().dron2005-01-151-5/+5
* Division by zero fixed (Hans Petter Selasky).dron2004-11-091-3/+3
* TIFFrint moved to the tif_color.c.dron2003-12-241-4/+10
* Warnings removed.dron2003-12-221-21/+19
* More cleanups in color conversion interface.dron2003-12-211-9/+6
* Interface for Lab->RGB color conversion is finally cleaned up. Added supportdron2003-12-191-100/+70
* YCbCr->RGB conversion routines now in the tif_color.c module. New functiondron2003-12-041-6/+18
* Improvements in CIE Lab conversion code. Start moving YCbCr stuff to thedron2003-12-031-105/+157
* New color space conversion code: CIE L*a*b* 1976 images now supported by thedron2003-11-131-0/+233