summaryrefslogtreecommitdiff
path: root/src/gd_crop.c
Commit message (Expand)AuthorAgeFilesLines
* Compute average in gdGuessBackgroundColorFromCorners properly (#483)Marek Skalický2020-05-131-4/+4
* Fix #486: gdImageCropAuto(…, GD_CROP_SIDES) crops left but not rightChristoph M. Becker2018-11-251-1/+1
* Fix #485: auto cropping has insufficient precisionChristoph M. Becker2018-11-251-27/+14
* clean up trailing whitespace/newlinesMike Frysinger2018-06-211-2/+2
* Fix #432: gdImageCrop neglecting transparencyChristoph M. Becker2018-02-021-0/+4
* Document cropping stuffChristoph M. Becker2016-10-091-14/+71
* Fix #297: gdImageCrop() converts palette image to truecolor imageChristoph M. Becker2016-09-111-1/+5
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-0/+9
* revert, color is unsigned, <0 never happenedPierre Joye2016-07-201-1/+1
* improve color check for CropThresholdPierre Joye2016-07-201-1/+1
* fix php 72494, CID 149753, color is unsigned int, remove useless <0 comparisonPierre Joye2016-06-271-1/+1
* fix php 72494, invalid color index not handled, can lead to crashPierre Joye2016-06-271-0/+4
* Fix config.h include before gd.h to get the HAVE_VISILIBITY symbol availableOndřej Surý2013-04-121-0/+4
* rename to match exposed API and naming conventionPierre Joye2013-04-041-2/+2
* - apply same CS everywherepierrejoye2013-04-031-22/+22
* fix -Wunused-but-set-variabletabe2013-02-111-2/+2
* drop duplicate condition (refs gd-libgd #20)tabe2013-02-091-1/+1
* check whether a new image is null or not.tabe2009-03-041-0/+1
* fixed a couple of typos.tabe2008-11-261-2/+2
* added gdImageColorReplaceThreshold. (see FS#170)tabe2008-11-231-25/+1
* emphasized the relative include.tabe2008-08-311-1/+1
* - remove debug codepajoye2008-03-141-37/+10
* *** empty log message ***pajoye2008-01-131-5/+5
* - kill compiler warningspajoye2007-12-281-6/+13
* - #136 add crop image supportpajoye2007-12-121-0/+274