netsurf/content/handlers/image
2022-03-27 13:25:37 +01:00
..
bmp.c Image: BMP: Call bitmap format conversion after decode. 2022-03-26 15:45:00 +00:00
bmp.h remove unused external declaration and unecessary header use 2019-10-06 18:02:17 +01:00
gif.c Image: GIF: Decode directly to client bitmap format. 2022-03-27 09:58:21 +01:00
gif.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
ico.c Image: ICO: Abstract image decode into helper. 2022-03-26 15:45:00 +00:00
ico.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
image_cache.c implement content opacity check through the function table 2020-05-13 19:03:14 +01:00
image_cache.h split out the about scheme imagecache page generator 2020-09-20 16:36:01 +01:00
image.c Bitmap: Move bitmap pixel to colour macro to bitmap header. 2022-03-27 09:58:21 +01:00
image.h Update content to split public and internal API 2016-06-06 09:01:38 +01:00
jpeg.c Image: JPEG: Decode to client bitmap format where possible. 2022-03-27 13:25:37 +01:00
jpeg.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
Makefile add webp image handler 2019-02-17 12:09:17 +00:00
nssprite.c Image: Sprite: Avoid multiple bitmap format conversions. 2022-03-27 10:17:48 +01:00
nssprite.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
png.c Image: PNG: Decode to client bitmap format. 2022-03-27 09:58:21 +01:00
png.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
rsvg.c Image: RSVG: Just use bitmap to client for conversion. 2022-03-27 09:58:21 +01:00
rsvg.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
svg.c improve content header usage 2020-05-07 20:55:44 +01:00
svg.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
video.c Allow include directories to be added by sub makefiles 2016-06-06 14:47:27 +01:00
video.h move image content handlers to accomodate core build changes 2016-05-23 23:32:16 +01:00
webp.c Image: WebP: Decode to client bitmap format where possible. 2022-03-27 10:50:29 +01:00
webp.h add webp image handler 2019-02-17 12:09:17 +00:00