|
Canola
0.8.D001
|
#include <lib/ac/string.h>#include <libexplain/output.h>#include <lib/image/format/jpeg.h>#include <lib/image/format/png.h>#include <lib/sizeof.h>Go to the source code of this file.
Classes | |
| struct | table_t |
Functions | |
| static std::string | extension (const std::string &path) |
Variables | |
| static table_t | table [] |
| static std::string extension | ( | const std::string & | path | ) | [static] |
Definition at line 43 of file create_from_file.cc.
{
{ "jpg", &image_format_jpeg::create, &image_format_jpeg::create_blank },
{ "jpeg", &image_format_jpeg::create, &image_format_jpeg::create_blank },
{ "png", &image_format_png::create, &image_format_png::create_blank },
}
Definition at line 34 of file create_from_file.cc.
1.7.6.1