From f559054c1a1b0819e52e0f9d04fc55be484746c5 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 23 Jun 2005 17:24:23 +0000 Subject: [project @ 2005-06-23 17:24:23 by rjw] Allow images to be unloaded to disk or compressed in memory. Provide thumbnails in all tree windows (hotlist, history). Optimise the application initialisation times. Part 2 of 2. svn path=/import/netsurf/; revision=1762 --- riscos/thumbnail.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'riscos/thumbnail.h') diff --git a/riscos/thumbnail.h b/riscos/thumbnail.h index 429e14fa8..6943f2bbb 100644 --- a/riscos/thumbnail.h +++ b/riscos/thumbnail.h @@ -3,6 +3,7 @@ * Licensed under the GNU General Public License, * http://www.opensource.org/licenses/gpl-license * Copyright 2004 James Bursa + * Copyright 2005 Richard Wilson */ /** \file @@ -10,7 +11,8 @@ */ #include "oslib/osspriteop.h" +#include "netsurf/image/bitmap.h" -void thumbnail_create(struct content *content, osspriteop_area *area, - osspriteop_header *sprite, int width, int height); -osspriteop_area* thumbnail_initialise(int width, int height, os_mode mode); +bool thumbnail_create(struct content *content, struct bitmap *bitmap, + const char *url); +osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap); -- cgit v1.2.3