summaryrefslogtreecommitdiff
path: root/content/handlers/image/webp.c
Commit message (Collapse)AuthorAgeFilesLines
* implement content opacity check through the function tableVincent Sanders2020-05-131-0/+1
|
* add missing header includes from previous changeVincent Sanders2020-05-081-0/+1
|
* webp: NetSurf bitmap format is RGBA.Michael Drake2019-12-081-1/+3
| | | | | Issue a bitmap modified call after conversion, to allow front ends with different pixel formats to convert.
* change content get_source_data interfaces to return uint8_t and size_tVincent Sanders2019-05-051-4/+4
| | | | | previously these interfaces returned char * and unsigned int which was undesirable.
* add webp image handlerVincent Sanders2019-02-171-0/+232