Definition in file vil3d_save.cxx.
#include "vil3d_save.h"
#include <vcl_cstring.h>
#include <vcl_iostream.h>
#include <vxl_config.h>
#include <vil3d/vil3d_new.h>
#include <vil3d/vil3d_copy.h>
#include <vil/vil_pixel_format.h>
#include <vil3d/vil3d_image_resource.h>
#include <vil3d/vil3d_image_view.h>
Go to the source code of this file.
Defines | |
| #define | macro(ext, fmt) else if (!vcl_strcmp(dot, "." #ext)) file_format = #fmt |
Functions | |
| bool | vil3d_save (const vil3d_image_view_base &im, char const *filename, char const *file_format) |
| Send vil3d_image to disk. | |
| char const * | vil3d_save_guess_file_format (char const *filename) |
| Guess file format from filename. | |
| bool | vil3d_save (const vil3d_image_view_base &i, char const *filename) |
| save to file, deducing format from filename. | |
| bool | vil3d_save_image_resource (const vil3d_image_resource_sptr &ir, char const *filename, char const *file_format) |
| Send vil3d_image to disk. | |
| bool | vil3d_save_image_resource (const vil3d_image_resource_sptr &ir, char const *filename) |
| save to file, deducing format from filename. | |
| #define macro | ( | ext, | |||
| fmt | ) | else if (!vcl_strcmp(dot, "." #ext)) file_format = #fmt |
| bool vil3d_save | ( | const vil3d_image_view_base & | i, | |
| char const * | filename | |||
| ) | [related] |
| bool vil3d_save | ( | const vil3d_image_view_base & | im, | |
| char const * | filename, | |||
| char const * | file_format | |||
| ) | [related] |
| char const* vil3d_save_guess_file_format | ( | char const * | filename | ) |
| bool vil3d_save_image_resource | ( | const vil3d_image_resource_sptr & | ir, | |
| char const * | filename | |||
| ) | [related] |
| bool vil3d_save_image_resource | ( | const vil3d_image_resource_sptr & | ir, | |
| char const * | filename, | |||
| char const * | file_format | |||
| ) | [related] |
1.5.1