aboutsummaryrefslogtreecommitdiff
path: root/webp.c
Commit message (Collapse)AuthorAgeFilesLines
* webp: do alpha pre-multiplicationLeonardo Hernández Hernández2024-06-141-0/+23
| | | | libwebp returns the alpha as-is
* use LOG_DBG if the verification of the format failedLeonardo Hernández Hernández2024-06-111-1/+1
|
* webp: don’t ignore fread() errorsDaniel Eklöf2022-10-051-2/+1
| | | | | | Fixes: ../webp.c:38:5: error: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Werror=unused-result]
* webp: simplify error pathLeonardo Hernández Hernández2022-10-041-14/+13
|
* webp: intial support for WebP images, using libwebpLeonardo Hernández Hernández2022-10-041-0/+73