add quick thumbnails to cache

This commit is contained in:
Steve Herrell
2010-11-04 21:36:52 -04:00
parent 791622c3a0
commit 9abe74d73a
5 changed files with 27 additions and 20 deletions

View File

@@ -59,6 +59,12 @@ class CacheImageData {
int thumbImgType;
int thumbOffset;
enum
{
FULL_THUMBNAIL = 0, // was the thumbnail generated from whole file
QUICK_THUMBNAIL = 1, // was rhe thumbnail generated from embedded jpeg
};
CacheImageData ();
int load (const Glib::ustring& fname);