Functions
vil_load.cxx File Reference
#include <iostream>
#include "vil_load.h"
#include <vil/vil_open.h>
#include <vil/vil_new.h>
#include <vil/vil_file_format.h>
#include <vil/vil_stream.h>
#include <vil/vil_image_resource.h>
#include <vil/vil_image_resource_plugin.h>
#include <vil/vil_image_view.h>
#include <vil/vil_exception.h>

Go to the source code of this file.

Functions

vil_image_resource_sptr vil_load_image_resource_raw (vil_stream *is, bool verbose)
 Load from a stream. More...
 
vil_image_resource_sptr vil_load_image_resource_raw (char const *filename, bool verbose)
 Load an image resource object from a file. More...
 
vil_image_resource_sptr vil_load_image_resource (char const *filename, bool verbose)
 Load an image resource object from a file. More...
 
vil_image_resource_sptr vil_load_image_resource_plugin (char const *filename)
 Load from a filename with a plugin. More...
 
vil_pyramid_image_resource_sptr vil_load_pyramid_resource (char const *directory_or_file, bool verbose)
 Load a pyramid image resource object from a file or directory. More...
 
vil_image_view_base_sptr vil_load (const char *file, bool verbose)
 Convenience function for loading an image into an image view. More...
 

Function Documentation

◆ vil_load()

vil_image_view_base_sptr vil_load ( const char *  file,
bool  verbose 
)

Convenience function for loading an image into an image view.

Definition at line 128 of file vil_load.cxx.

◆ vil_load_image_resource()

vil_image_resource_sptr vil_load_image_resource ( char const *  filename,
bool  verbose 
)

Load an image resource object from a file.

Definition at line 68 of file vil_load.cxx.

◆ vil_load_image_resource_plugin()

vil_image_resource_sptr vil_load_image_resource_plugin ( char const *  filename)

Load from a filename with a plugin.

Definition at line 80 of file vil_load.cxx.

◆ vil_load_image_resource_raw() [1/2]

vil_image_resource_sptr vil_load_image_resource_raw ( vil_stream is,
bool  verbose 
)

Load from a stream.

Won't use plugins.

Definition at line 19 of file vil_load.cxx.

◆ vil_load_image_resource_raw() [2/2]

vil_image_resource_sptr vil_load_image_resource_raw ( char const *  filename,
bool  verbose 
)

Load an image resource object from a file.

Won't use plugins.

Definition at line 46 of file vil_load.cxx.

◆ vil_load_pyramid_resource()

vil_pyramid_image_resource_sptr vil_load_pyramid_resource ( char const *  directory_or_file,
bool  verbose 
)

Load a pyramid image resource object from a file or directory.

Definition at line 100 of file vil_load.cxx.