TuttleOFX
1
|
00001 #ifndef _JPEGWRITER_DEFINITIONS_HPP_ 00002 #define _JPEGWRITER_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 jpeg { 00010 namespace writer { 00011 00012 enum ETuttlePluginBitDepth 00013 { 00014 eTuttlePluginBitDepth8 00015 }; 00016 00017 static const std::string kParamQuality = "quality"; 00018 00019 } 00020 } 00021 } 00022 } 00023 00024 #endif