TuttleOFX
1
|
#include "ThumbnailDiskCache.hpp"
#include <tuttle/host/memory/MemoryCache.hpp>
#include <tuttle/host/Graph.hpp>
#include <tuttle/host/Node.hpp>
#include <tuttle/host/io.hpp>
#include <boost/functional/hash.hpp>
#include <boost/filesystem/operations.hpp>
#include <ctime>
Go to the source code of this file.
Namespaces | |
namespace | tuttle |
global namespace of the project | |
namespace | tuttle::host |
Library for host. | |
Functions | |
::boost::shared_ptr < attribute::Image > | tuttle::host::loadImage (const std::string &imagePath) |
::boost::shared_ptr < attribute::Image > | tuttle::host::loadAndGenerateThumbnail (const std::string &imagePath, const std::string &thumbnailToCreate, const int thumbnailMaxSize) |