summaryrefslogtreecommitdiff
path: root/image/webp.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove webp image handlingVincent Sanders2015-04-211-28/+0
| | | | | | | | | | | | | | | | The bitmap and image handling interfaces have changed within NetSurf and the webp image handling has not been fixed up appropriately to cope. After discussion with the other developers it has been decided that the webp support is not worth the necessary development effort to rewrite and maintain. The webp format is not in wide usage and Mozilla, Microsoft and Apple have not adopted it. This means the removal will not adversely impact NetSurf. Resolves:2310
* Virtualise content handler finalisation calls. Remove pointless implementations.John Mark Bell2011-09-151-1/+0
| | | | svn path=/trunk/netsurf/; revision=12797
* make image content handlers build conditional from teh makefileVincent Sanders2011-08-281-14/+0
| | | | svn path=/trunk/netsurf/; revision=12673
* Merge branches/jmb/content-factory to trunkJohn Mark Bell2011-05-061-13/+9
| | | | svn path=/trunk/netsurf/; revision=12283
* ConstifyJohn Mark Bell2011-02-141-1/+1
| | | | svn path=/trunk/netsurf/; revision=11680
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-2/+2
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* WebP image support, needs libwebp (from trunk/libwebp) and libvpx.Chris Young2010-10-031-0/+47
Only enabled for Amiga build currently, may have colour issues on little-endian CPUs svn path=/trunk/netsurf/; revision=10860