TuttleOFX
1
|
00001 #ifndef _TUTTLE_PLUGIN_PNG_DEFINITIONS_HPP_ 00002 #define _TUTTLE_PLUGIN_PNG_DEFINITIONS_HPP_ 00003 00004 00005 namespace tuttle { 00006 namespace plugin { 00007 namespace png { 00008 00009 static const std::string kPngFormatDescription = 00010 "Portable Network Graphics (PNG) is a bitmapped image format that employs lossless data compression. " 00011 "PNG supports palette-based images (with palettes of 24-bit RGB or 32-bit RGBA colors), grayscale images (with or without alpha channel), and RGB[A] images (with or without alpha channel).\n" 00012 "The assigned MIME media type is \"image/png\"."; 00013 00014 } 00015 } 00016 } 00017 00018 00019 00020 #endif 00021