#include <ImageIo.h>
List of all members.
Classes |
struct | Inst |
Public Types |
typedef ImageSourceRef(* | SourceCreationFunc )(DataSourceRef, ImageSource::Options options) |
typedef ImageTargetRef(* | TargetCreationFunc )(DataTargetRef, ImageSourceRef, ImageTarget::Options options, const std::string &) |
Static Public Member Functions |
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) |
Friends |
class | ImageIo |
Member Typedef Documentation
Member Function Documentation
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] |
Friends And Related Function Documentation
The documentation for this struct was generated from the following files: