TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_VIEWER_DEFINITIONS_HPP_ 00002 #define _TUTTLE_PLUGIN_VIEWER_DEFINITIONS_HPP_ 00003 00004 #include <tuttle/plugin/global.hpp> 00005 00006 00007 namespace tuttle { 00008 namespace plugin { 00009 namespace viewer { 00010 00011 static const std::string kViewerHelp = 00012 "Tuttle Viewer Help\n" \ 00013 "i : information about image (dimensions, bit depth, channels)\n"\ 00014 "z : zoom view to 1:1\n"\ 00015 "h, F1 : print help\n" \ 00016 "SHIFT + V : flip\n" \ 00017 "SHIFT + H : flop\n" \ 00018 "clic on image : print RGBA values\n" \ 00019 "ESC, Return, Space : quit and continue process"; 00020 00021 } 00022 } 00023 } 00024 00025 #endif