wilson chen

Results 14 issues of wilson chen

Reference to [comment in PR #565](https://github.com/libgd/libgd/pull/565#issuecomment-578781529). Some APIs used to draw or fill ellipse, lines and any other shapes return `void`. So that it is hard to know if they...

use _mktemp_s and _open to implement mkstemp in src/webpng.c under win.

version : 2.2.5 I create a image in size of 64*64, and paint two diagonal dashed line. code like this: ``` gdImagePtr im; im = gdImageCreate(64,64); int white; gdImageColorAllocate(im, 0,...

The issue appeas when the file with non-utf8 encoding file name is zipped by third party tools, and then unzipped with ZipArchive.

bug