Functions to read an image from a file. More...
#include <vil3d/vil3d_image_resource.h>
Go to the source code of this file.
Functions | |
vil3d_image_resource_sptr | vil3d_load_image_resource (char const *filename) |
Load image from named path. | |
vil3d_image_view_base_sptr | vil3d_load (const char *) |
Load a 3D image off file fully into memory. |
Functions to read an image from a file.
Definition in file vil3d_load.h.
vil3d_image_view_base_sptr vil3d_load | ( | const char * | file | ) |
Load a 3D image off file fully into memory.
Returns empty image if unable to load from named path Use vil3d_file_format::add_format() to add additional format options.
Definition at line 33 of file vil3d_load.cxx.
vil3d_image_resource_sptr vil3d_load_image_resource | ( | char const * | filename | ) |
Load image from named path.
Attempts to load with each of available file format readers Use vil3d_file_format::add_format() to add additional format options.
Definition at line 11 of file vil3d_load.cxx.