#include <cstdlib>#include <cstdio>#include "OSGConfig.h"#include "OSGJPGImageFileType.h"#include <OSGLog.h>Go to the source code of this file.
Namespaces | |
| namespace | OSG |
Defines | |
| #define | OSG_JPG_ARG(ARG) ARG |
Variables | |
| static const Char8 * | suffixArray [] |
| #define OSG_JPG_ARG | ( | ARG | ) | ARG |
Definition at line 70 of file OSGJPGImageFileType.cpp.
const Char8* suffixArray[] [static] |
Initial value:
{ "jpg",
"jpeg",
"jpe",
"jfif" }
Definition at line 359 of file OSGJPGImageFileType.cpp.