Christoph M. Becker
Christoph M. Becker
Syntax like https://github.com/krakjoe/cmark/blob/c71ebe2e388239c9cc0fb95d06330fc10535d125/src/block.c#L89-L95 isn't supported by Visual Studio compilers (and maybe others as well). The problem is that the `php_cmark_assert_type` **macro** gets resolved before the conditional compilation, and is expanded...
I'm forwarding this from https://bugs.php.net/bug.php?id=77368. The problem is that `anh.gif` isn't read correctly (there are “block shifts” at the bottom part of the image). anh.gif  Test script: ````c #include...
We change the algorithm of `gdColorMatch()` to calculate the Euclidean distance of the color component values, what may require to change some thresholds in existing code to match the new...
I think we should provide a way for libgd clients to use their own memory allocators. That would be very useful for PHP at least, where there's currently a dichotomy...
I've noticed that the behavior of PHP's bundled libgd differs from libgd wrt. to imagecropauto() which is used as wrapper for gdImageCropThreshold() and filed a [respective ticket](https://bugs.php.net/bug.php?id=73291). However, none of...
It would be nice if libgd would retain existing EXIF data when reading an image, and allow to put these data back, when storing in a format that supports EXIF.
libjpeg employs serpentine error diffusion, i.e. its scanning left-to-right in even and right-to-left in odd rows. This has also be done in GD 2.0.9, but in GD 2.0.12 the respective...
In my opinion, it would be good to use either American or British English spelling throughout. Otherwise that might be confusing. AFAIK, GD mostly uses American English, so I suggest...