summaryrefslogtreecommitdiff
path: root/riscos/thumbnail.h
blob: b7b07545e5a028010bc2dd4e9ca037e3166b7911 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * This file is part of NetSurf, http://netsurf-browser.org/
 * 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"

osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap);