libopenraw
|
#include <thumbnail.h>
Classes | |
class | Private |
Static Public Member Functions | |
static Thumbnail * | getAndExtractThumbnail (const char *_filename, uint32_t preferred_size,::or_error &err) |
real thumbnail extracted
Definition at line 32 of file thumbnail.h.
Thumbnail * OpenRaw::Thumbnail::getAndExtractThumbnail | ( | const char * | _filename, |
uint32_t | preferred_size, | ||
::or_error & | err | ||
) | [static] |
quick and dirty "get this thumbnail"
_filename | the filename |
preferred_size | the size of the thumbnail |
err | the error code |
Definition at line 62 of file thumbnail.cpp.
References OpenRaw::RawFile::getThumbnail(), and OpenRaw::RawFile::newRawFile().