Open mczachurski opened 2 months ago
The issue is that AVIF and HEIF support was added to libGD starting from version 2.3.2 (https://libgd.github.io/). This version of the library is included in Ubuntu 24.04, whereas Ubuntu 22.04 uses libGD version 2.3.0.
Therefore, it would be beneficial to update the README file to include information about this requirement.
After merging PR #42 there is an error during build on Ubuntu Docker (in Vapor application). Seems like there is missing something in Linux connected with
gdImageCreateFromAvifPtr
.My Dockerfile:
Probably can be also reproduced on regular Ubuntu (not Docker), but I have no way to check it.