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