25 #include <libopenraw/consts.h>
27 #include "bitmapdata.hpp"
28 #include "rawfile.hpp"
29 #include "thumbnail.hpp"
48 Thumbnail::~Thumbnail()
54 uint32_t preferred_size,
63 err = file->getThumbnail(preferred_size, *thumb);
Represent some bitmap data.
static RawFile * newRawFile(const char *_filename, Type typeHint=OR_RAWFILE_TYPE_UNKNOWN)
Factory method to create the proper RawFile instance.
static Thumbnail * getAndExtractThumbnail(const char *filename, uint32_t preferred_size, ::or_error &err)
Quick and dirty "get this thumbnail".
or_error
Error codes returned by libopenraw.
Global namespace for libopenraw.