10 # include <vcl_msvc_warnings.h> 12 #include <vxl_config.h> 25 char const* file_format);
36 #if defined(_WIN32) && VXL_USE_WIN_WCHAR_T 48 wchar_t const* file_format);
57 #endif //defined(_WIN32) && VXL_USE_WIN_WCHAR_T bool vil_save_image_resource(const vil_image_resource_sptr &ir, char const *filename, char const *file_format)
Send vil_image_resource to disk.
An abstract base class of smart pointers to actual image data in memory.
char const * vil_save_guess_file_format(char const *filename)
Given a filename, guess the file format tag.
bool vil_save(const vil_image_view_base &, char const *filename)
Send a vil_image_view to disk, deducing format from filename.