TuttleOFX
1
|
00001 #ifndef _IMAGEMAGICKWRITER_DEFINITIONS_HPP_ 00002 #define _IMAGEMAGICKWRITER_DEFINITIONS_HPP_ 00003 00004 #include <tuttle/plugin/context/WriterDefinition.hpp> 00005 #include <tuttle/plugin/global.hpp> 00006 00007 namespace tuttle { 00008 namespace plugin { 00009 namespace imagemagick { 00010 namespace writer { 00011 00012 enum ETuttlePluginBitDepth 00013 { 00014 eTuttlePluginBitDepth8 = 0 00015 }; 00016 00017 static const std::string kParamPremult = "premult"; 00018 static const std::string kParamQuality = "quality"; 00019 00020 } 00021 } 00022 } 00023 } 00024 00025 #endif