]> mj.ucw.cz Git - libucw.git/blob - images/image-thumb.h
First try of libjpeg... much faster than graphicsmagick
[libucw.git] / images / image-thumb.h
1 /*
2  *      Image Library -- Thumbnails
3  *
4  *      (c) 2006 Pavel Charvat <pchar@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #ifndef _IMAGE_THUMB_H
11 #define _IMAGE_THUMB_H
12
13 struct odes;
14 struct mempool;
15 struct image;
16
17 int decompress_thumbnail(struct odes *obj, struct mempool *pool, struct image *image);
18
19 #endif