summaryrefslogtreecommitdiff
path: root/src/gd_filter.c
Commit message (Expand)AuthorAgeFilesLines
* gd_intern: unify the min/max/clamp macros some moreMike Frysinger2021-02-051-2/+0
* Fixed #369: fix new_a init error in gdImageConvolution()willson-chen2019-12-131-0/+1
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-7/+6
* Fix #386: gdImageGrayScale() may produce colorsChristoph M. Becker2017-08-271-0/+12
* Test and document some filter functionsChristoph M. Becker2016-09-271-26/+159
* Mark up code examples with (start|end code)Christoph M. Becker2016-08-231-7/+9
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-3/+51
* Prevent duplicate macro definition errors/warningsDavid Chappelle2015-08-271-1/+5
* fix indentPierre Joye2015-01-141-1/+2
* free coeffsPierre Joye2015-01-071-2/+10
* Added a new Gaussian blur function.Chris Reuter2013-12-101-3/+251
* Unify the Win32 check to _WIN32 check which is defined by both VC and MinGWOndřej Surý2013-04-231-2/+2
* Fix type GD_STDCALL -> BGD_STDCALLOndřej Surý2013-04-231-1/+1
* Fix Win32 build regression and also fix Win32 static build in one go. Also d...Ondřej Surý2013-04-231-5/+1
* Remove extra # define BGD_DECLARE and simplify __stdcall non-usage on LinuxOndřej Surý2013-04-141-12/+3
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-0/+4
* Fix several uninitialized variable reads, dereferences before NULL checks, re...Ondřej Surý2013-04-081-4/+7
* - move pixelate filter to gd_filter.cPierre Joye2013-04-051-0/+56
* backport php's gd filterPierre Joye2013-04-051-0/+459
* fix build and remove confusing macrosPierre Joye2013-04-041-20/+18
* proper declarations, especially for MinGWtabe2011-06-171-3/+3
* adapted Kalle's scatter filter. see FS#208tabe2009-09-201-0/+99