/* * 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 * Copyright 2005 Richard Wilson */ /** \file * Page thumbnail creation (interface). */ #include #include "image/bitmap.h" osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap);