Add support for libwebp#477
Conversation
|
Sorry, but it seems that your newly added modules/webp/webp.scm is still a PNG version, both in terms of function names and content, so that needs to be revised first before we can merge it. |
|
Updated the module and added a demo example. In the demo example, the image is reversed for some reason, but otherwise seems ok. Can follow up with support for animations, but will experiment with libgd to see if can produce an example for this using gifs first and see if need to additionally add support for giflib. |
Add support for libwebp in libgd
|
This one is a bit hard to test as I can't build GD for iOS (it's fairly old, and the macOS architecture detection check fails |
|
Ok. My understanding is that GitHub actions can be used to build iOs apps:
xtool could also be helpful. I do not have an Apple developer account though. Tools such as:
|
|
Sorry but the issue is that GD 2.3.3 doesn't compile with my current OS and toolchain, and there is no newer release, not the lack of integrated continuous integration, which you propose to add in #467, for it. |
|
The continuous integration so far is just Linux and Android builds. I have not tried iOs builds. What version of iOs would you want to test it on? Need to see if the toolchains above can work with objective-c in addition to swift. |
Add support for libwebp in libgd and also add a webp module similar to the png module.