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
Michael Drake f68aca93b7
jpegxl: Ensure decoded bitmap format is converted to front end format
2 years ago
..
Makefile Implement simple jpeg xl image handler 2 years ago
bmp.c Image: BMP: Call bitmap format conversion after decode. 4 years ago
bmp.h remove unused external declaration and unecessary header use 6 years ago
gif.c gif: Ensure we never pass NSERROR_OK to error broadcast 3 years ago
gif.h move image content handlers to accomodate core build changes 10 years ago
ico.c Image: ICO: Abstract image decode into helper. 4 years ago
ico.h move image content handlers to accomodate core build changes 10 years ago
image.c Implement simple jpeg xl image handler 2 years ago
image.h Update content to split public and internal API 10 years ago
image_cache.c content: image cache: Avoid int overflow before size_t conversion 3 years ago
image_cache.h split out the about scheme imagecache page generator 5 years ago
jpeg.c Image: JPEG: Decode to client bitmap format where possible. 4 years ago
jpeg.h move image content handlers to accomodate core build changes 10 years ago
jpegxl.c jpegxl: Ensure decoded bitmap format is converted to front end format 2 years ago
jpegxl.h Implement simple jpeg xl image handler 2 years ago
nssprite.c Image: Sprite: Avoid multiple bitmap format conversions. 4 years ago
nssprite.h move image content handlers to accomodate core build changes 10 years ago
png.c Bitmap: Implement test_opaque in core instead of in every frontend. 4 years ago
png.h move image content handlers to accomodate core build changes 10 years ago
rsvg.c Image: RSVG: Just use bitmap to client for conversion. 4 years ago
rsvg.h move image content handlers to accomodate core build changes 10 years ago
rsvg246.c rsvg246: Fix build against librsvg 2.48 3 years ago
svg.c improve content header usage 6 years ago
svg.h move image content handlers to accomodate core build changes 10 years ago
video.c Allow include directories to be added by sub makefiles 10 years ago
video.h move image content handlers to accomodate core build changes 10 years ago
webp.c WebP: Optimisation: If it's opaque avoid any PMA conversions. 4 years ago
webp.h add webp image handler 7 years ago