#include <ImageIo.h>
|
static ImageSourceRef | createSource (DataSourceRef dataSource, ImageSource::Options options, std::string extension) |
|
static ImageTargetRef | createTarget (DataTargetRef dataTarget, ImageSourceRef imageSource, ImageTarget::Options options, std::string extension) |
|
static void | registerSourceType (std::string extension, SourceCreationFunc func, int32_t priority=2) |
|
static void | registerSourceGeneric (SourceCreationFunc func, int32_t priority=2) |
|
static void | registerTargetType (std::string extension, TargetCreationFunc func, int32_t priority, const std::string &extensionData) |
|
void cinder::ImageIoRegistrar::registerSourceType |
( |
std::string |
extension, |
|
|
SourceCreationFunc |
func, |
|
|
int32_t |
priority = 2 |
|
) |
| |
|
static |
void cinder::ImageIoRegistrar::registerSourceGeneric |
( |
SourceCreationFunc |
func, |
|
|
int32_t |
priority = 2 |
|
) |
| |
|
static |
void cinder::ImageIoRegistrar::registerTargetType |
( |
std::string |
extension, |
|
|
TargetCreationFunc |
func, |
|
|
int32_t |
priority, |
|
|
const std::string & |
extensionData |
|
) |
| |
|
static |
The documentation for this struct was generated from the following files: