netsurf/image
Vincent Sanders b051cf466f Add Image cache and inegrate png and jpeg content handlers
Current periodic cache clean algorithm is poor and requires replacing with something suitable (probably a segregated LRU)
The speculative load algorithm is likewise poor and only uses the image size to make a decision.

svn path=/trunk/netsurf/; revision=12720
2011-09-04 23:50:14 +00:00
..
bitmap.h Document the bitmap format properly. 2010-07-09 21:11:06 +00:00
bmp.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
bmp.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
gif.c Add Image cache and inegrate png and jpeg content handlers 2011-09-04 23:50:14 +00:00
gif.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
ico.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
ico.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
image_cache.c Add Image cache and inegrate png and jpeg content handlers 2011-09-04 23:50:14 +00:00
image_cache.h Add Image cache and inegrate png and jpeg content handlers 2011-09-04 23:50:14 +00:00
image.c Add Image cache and inegrate png and jpeg content handlers 2011-09-04 23:50:14 +00:00
image.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
jpeg.c Add Image cache and inegrate png and jpeg content handlers 2011-09-04 23:50:14 +00:00
jpeg.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
mng.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
mng.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
nssprite.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
nssprite.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
png.c Add Image cache and inegrate png and jpeg content handlers 2011-09-04 23:50:14 +00:00
png.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
rsvg.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
rsvg.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
svg.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
svg.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00
webp.c Remove mime_type parameter from content handler content_type callback API 2011-09-03 09:27:42 +00:00
webp.h make image content handlers build conditional from teh makefile 2011-08-28 14:29:15 +00:00