summaryrefslogtreecommitdiff
path: root/src/gd_bmp.c
Commit message (Expand)AuthorAgeFilesLines
* <3 the CI, forgot header for gd_error and unused var, strict mode for the wi...bug/750Pierre Joye2021-09-071-1/+1
* Partial fix for #750Pierre Joye2021-09-071-3/+11
* gd_io: replace internal Putchar with gdPutCMike Frysinger2021-01-111-14/+14
* Fix #450: Failed to open 1 bit per pixel bitmapRomain DÉOUX2018-12-311-2/+2
* bmp: check return value in gdImageBmpPtrMike Frysinger2018-07-141-3/+14
* Remove Git ident attributesPeter Kokot2018-06-271-1/+0
* Fix typoChristoph M. Becker2018-02-081-4/+4
* bmp: check smallest negative value for undefined behaviorMike Frysinger2018-01-261-5/+13
* bmp: be a bit more restrictive in input depthsMike Frysinger2018-01-261-2/+7
* Back-port fix for PHP bug 75111Christoph M. Becker2017-08-241-4/+12
* Group the supported image formats in the menu of the docsChristoph M. Becker2016-08-141-0/+7
* Fix issue #276: Sometimes pixels are missing when storing images as BMPsChristoph M. Becker2016-07-241-3/+1
* Revert "Fix issue #276: Sometimes pixels are missing when storing images as B...Christoph M. Becker2016-07-241-1/+3
* Fix issue #276: Sometimes pixels are missing when storing images as BMPsChristoph M. Becker2016-07-241-3/+1
* Fix issue #275: gdImageBmpCtx() may segfault for non-seekable contextsChristoph M. Becker2016-07-241-1/+46
* Document all BGD_DECLARE'd functionsChristoph M. Becker2016-07-201-0/+18
* fix coverity CID 95855, missing breakPierre Joye2016-06-201-0/+2
* fix covererity CID 95842, duplicate codePierre Joye2016-06-201-2/+0
* bmp: use double variant of ceil funcMike Frysinger2016-01-111-1/+1
* Unify the Win32 check to _WIN32 check which is defined by both VC and MinGWOndřej Surý2013-04-231-1/+1
* fix color order in bmp_read_palette, fix bmp_im2im testRemi Collet2013-04-221-2/+2
* - apply same CS everywherepierrejoye2013-04-031-106/+105
* fixed possible segfaults when gdNewDynamicCtx() returns nulltabe2009-06-251-0/+2
* fix for FS#204tabe2009-06-181-0/+2
* Merge in BMP support, sync up LSB functions.scottmac2008-05-311-0/+1063