2004-02-25 18:12:58 +03:00
|
|
|
/*
|
2006-11-27 18:35:18 +03:00
|
|
|
* This file is part of NetSurf, http://netsurf-browser.org/
|
2004-02-25 18:12:58 +03:00
|
|
|
* Licensed under the GNU General Public License,
|
|
|
|
* http://www.opensource.org/licenses/gpl-license
|
|
|
|
* Copyright 2004 James Bursa <bursa@users.sourceforge.net>
|
2005-06-23 21:24:23 +04:00
|
|
|
* Copyright 2005 Richard Wilson <info@tinct.net>
|
2004-02-25 18:12:58 +03:00
|
|
|
*/
|
|
|
|
|
|
|
|
/** \file
|
|
|
|
* Page thumbnail creation (interface).
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "oslib/osspriteop.h"
|
2005-06-23 21:24:23 +04:00
|
|
|
#include "netsurf/image/bitmap.h"
|
2004-02-25 18:12:58 +03:00
|
|
|
|
2005-06-23 21:24:23 +04:00
|
|
|
osspriteop_area *thumbnail_convert_8bpp(struct bitmap *bitmap);
|