You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
netsurf/content/handlers/image
Vincent Sanders 794d9b0026
avoid the unecessary callback API
1 year ago
..
Makefile Implement simple jpeg xl image handler 1 year ago
bmp.c Image: BMP: Call bitmap format conversion after decode. 3 years ago
bmp.h remove unused external declaration and unecessary header use 5 years ago
gif.c gif: Ensure we never pass NSERROR_OK to error broadcast 2 years ago
gif.h move image content handlers to accomodate core build changes 9 years ago
ico.c Image: ICO: Abstract image decode into helper. 3 years ago
ico.h move image content handlers to accomodate core build changes 9 years ago
image.c Implement simple jpeg xl image handler 1 year ago
image.h Update content to split public and internal API 9 years ago
image_cache.c content: image cache: Avoid int overflow before size_t conversion 2 years ago
image_cache.h split out the about scheme imagecache page generator 4 years ago
jpeg.c Image: JPEG: Decode to client bitmap format where possible. 3 years ago
jpeg.h move image content handlers to accomodate core build changes 9 years ago
jpegxl.c avoid the unecessary callback API 1 year ago
jpegxl.h Implement simple jpeg xl image handler 1 year ago
nssprite.c Image: Sprite: Avoid multiple bitmap format conversions. 3 years ago
nssprite.h move image content handlers to accomodate core build changes 9 years ago
png.c Bitmap: Implement test_opaque in core instead of in every frontend. 3 years ago
png.h move image content handlers to accomodate core build changes 9 years ago
rsvg.c Image: RSVG: Just use bitmap to client for conversion. 3 years ago
rsvg.h move image content handlers to accomodate core build changes 9 years ago
rsvg246.c rsvg246: Fix build against librsvg 2.48 2 years ago
svg.c improve content header usage 5 years ago
svg.h move image content handlers to accomodate core build changes 9 years ago
video.c Allow include directories to be added by sub makefiles 9 years ago
video.h move image content handlers to accomodate core build changes 9 years ago
webp.c WebP: Optimisation: If it's opaque avoid any PMA conversions. 3 years ago
webp.h add webp image handler 6 years ago