wilson chen

Results 70 comments of wilson chen

> but I wouldn't do it in a revision (and actually not even in a minor release), so I think we should decide how to handle the next release. So...

@nieder hi. Thanks for your feedback. Yes, I have encountered this error in one of my machine. But this test case always successes in travis-CI and my other machines. I...

> Thanks for the pointer. Reverting [04bb9a0](https://github.com/libgd/libgd/commit/04bb9a08b3c25f8e3c0c235f9cefc0f94df59a5a) lets the gdimagestringft_bbox test pass on 2.3.0 You are welcome. :) The community needs more developers to create issues, PRs and feedback. Just...

@vapier Hi, I had made some modification according to your suggestion. And #512 which is also created by me is similar to this PR. Any advice on both PRs would...

There will be serveral functions only defined in Unix-like, like `getline`. * Put the windows implementation of these funtions into different source files, * or create a single file to...

@cmb69 hi, I am trying to add test cases for some APIs, while `gdImageDashedLine` is one of them. Your patch looks good. Could you please merge it to libgd-master? Or...

This patch seems a little problematic. The image after patch has an extra diagonal line.

It's appropriate to move to examples. They just look like tests, in fact they are example files.

I have a careful check these file and found most of them could be moved to `tests` dir. But they should be updated more like test cases.

I will close PR #558 and update these files one by one.