netsurf/riscos/thumbnail.h
Richard Wilson f559054c1a [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
2005-06-23 17:24:23 +00:00

19 lines
572 B
C

/*
* This file is part of NetSurf, http://netsurf.sourceforge.net/
* Licensed under the GNU General Public License,
* http://www.opensource.org/licenses/gpl-license
* Copyright 2004 James Bursa <bursa@users.sourceforge.net>
* Copyright 2005 Richard Wilson <info@tinct.net>
*/
/** \file
* Page thumbnail creation (interface).
*/
#include "oslib/osspriteop.h"
#include "netsurf/image/bitmap.h"
bool thumbnail_create(struct content *content, struct bitmap *bitmap,
const char *url);
osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap);