libgd icon indicating copy to clipboard operation
libgd copied to clipboard

GD Graphics Library

Results 160 libgd issues
Sort by recently updated
recently updated
newest added

It's always ICC profile was removed, especially Adobe RGB (1998) after uploading photos and convert them by GD version 2.1. Please advise how to avoid it? --- - Bitbucket: https://bitbucket.org/libgd/gd-libgd/issue/136...

enhancement
help wanted
feedback requested

100% tests passed, 0 tests failed out of 185 building and running the tests in the console. Within a gh actions using AWS Graviton2, these tests fail ``` 52/213 Test...

help wanted

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 ![anh](https://user-images.githubusercontent.com/2306138/53424121-e6dac580-39e2-11e9-8afc-9d49535310eb.gif) Test script: ````c #include...

Coverty was using travis afair. It would be nice to restore it using github action. If any volunteer, please raise your hand :)

**Describe the bug** imageftbbox returns a too small bounding box in libgd3 2.3.0-2 (Debian bullseye, testing/bookworm, sid) for all PHP versions **To Reproduce** See https://github.com/php/php-src/issues/8001 If I `LD_PRELOAD` libgd3 2.2.5-5.2...

I would like to suggest some small performance tweaks to the image cropping. Most significantly, one can start the loop at y = crop.y instead of 0 when cropping horizontally,...

https://phoboslab.org/log/2021/11/qoi-fast-lossless-image-compression Could be interesting, wdyt?

See https://github.com/microsoft/vcpkg/issues/19451 Post about creating a registry: https://devblogs.microsoft.com/cppblog/registries-bring-your-own-libraries-to-vcpkg/ All dependencies are available there but - libxpm - libimagequant We can provide them via our registry maybe. I will clear that...

**Describe the bug** There's no "introspection API" to get which formats supported and which libraries' versions provides it Faced with it working on https://github.com/php/php-src/pull/7526 - no way to get libavif...