summaryrefslogtreecommitdiff
path: root/src/gd_tiff.c
Commit message (Expand)AuthorAgeFilesLines
* Fix deprecared function prototypesKhem Raj2022-08-231-3/+1
* silent warning/unused args when codecs not enabledPierre Joye2021-08-161-0/+10
* replace uint32 with uint32_t and uint16 with uint16_6Khem Raj2021-04-231-26/+26
* add missing gd_intern.h includeMike Frysinger2021-02-081-0/+1
* gd_intern: unify the min/max/clamp macros some moreMike Frysinger2021-02-051-4/+0
* add stub ABI funcs when formats are disabled #345Mike Frysinger2019-02-091-0/+41
* Remove Git ident attributesPeter Kokot2018-06-271-1/+0
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-3/+3
* Fix Coverity #155475: Failure to restore alphaBlendingFlagChristoph M. Becker2017-01-301-5/+5
* Fix and reenable optimized support for reading 1 bps TIFFsChristoph M. Becker2017-01-251-8/+21
* Fix invalid read in gdImageCreateFromTiffPtr()Christoph M. Becker2016-12-131-13/+16
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+9
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-20/+26
* fix coverity CID 149461, check return value, return errorPierre Joye2016-06-201-4/+6
* fix memory leakPierre Joye2016-06-191-0/+1
* tiff: fix leak in gdImageCreateFromTiffCtx()David Drysdale2016-05-011-0/+2
* Added support for reading and writing TIFFTAG_XRESOLUTION andMatt Bosworth2016-01-221-1/+12
* fix #82, fix 1 bit tiff supportPierre Joye2015-01-201-1/+1
* fix #89, fix leaks on tiff readPierre Joye2015-01-191-0/+15
* Rewrite readTiffBw to use less variables (Thanks Niels Thykier for catching t...Ondřej Surý2013-05-201-15/+4
* WS & CSOndřej Surý2013-04-301-23/+22
* Fix: -Wmaybe-uninitialized (false positive, just to make gcc happy) + fix pos...Remi Collet2013-04-211-3/+6
* avoid warning: implicit declaration of function ‘gd_error’ [-Wimplicit-fu...Takeshi Abe2013-04-201-0/+1
* Use custom error handler instead of fprintf(stderr, ...)Ondřej Surý2013-04-181-15/+15
* Don't export tiffWriter function, it should be only used from gdImageTiffOndřej Surý2013-04-141-1/+1
* - apply same CS everywherepierrejoye2013-04-031-192/+190
* search GD headers locally at firstTakeshi Abe2013-03-011-2/+2
* fix -Wsign-compareTakeshi Abe2013-02-151-6/+5
* fix -Wunused-but-set-variabletabe2013-02-111-20/+4
* fix -Wunused-parametertabe2013-02-111-1/+14
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+2
* fix for FS#204tabe2009-06-181-0/+2
* check whether a new image is null or not.tabe2009-03-041-0/+2
* *** empty log message ***chapg2007-12-311-1/+1
* *** empty log message ***chapg2007-12-311-2/+2
* - kill compiler warningspajoye2007-12-281-15/+11
* - #121, tiff support, fix possible issue with sequence ops (compilerspajoye2007-12-271-1/+5
* - According to the standard, the '#' char must be at column 0 (Thanks Nuno)mattias2007-10-281-1/+1
* - mark all non-exported functions as static (Nuno Lopes)mattias2007-10-231-7/+7
* - Removed todomattias2007-10-231-2/+1
* Make the spelling of color consistent with the rest of libgd, though colour i...scottmac2007-10-131-19/+19
* - stop if the tiff ctx handler cannot be createdpajoye2007-10-071-5/+21
* - drop unused varpajoye2007-10-071-12/+8
* - #121, rewamp it almost completelypajoye2007-10-071-364/+510
* replace pow(2, ) with a bitwise shiftnlopess2007-10-061-5/+5
* mark all non-exported functions as staticnlopess2007-10-061-9/+9
* - missing ;pajoye2007-10-051-13/+16
* - ws + csmattias2007-10-041-20/+29
* - Added checking for allocationmattias2007-10-041-6/+24
* - Use gdMalloc and gdFreemattias2007-10-041-20/+20