|  | RobWorkProject
    23.9.11-
    | 
Loads images in Portable Pixel Map (PPM) format. More...
#include <PPMLoader.hpp>
Inherits ImageLoader.
| Public Member Functions | |
| rw::sensor::Image::Ptr | loadImage (const std::string &filename) | 
| std::vector< std::string > | getImageFormats () | 
| get the list of supported image formats (as extensions) example (PNG,PGM,GIF)  More... | |
|  Public Member Functions inherited from ImageLoader | |
| virtual | ~ImageLoader () | 
| destructor | |
| virtual bool | isImageSupported (const std::string &format) | 
| Static Public Member Functions | |
| static rw::sensor::Image::Ptr | load (const std::string &filename) | 
| Additional Inherited Members | |
|  Public Types inherited from ImageLoader | |
| typedef rw::core::Ptr< ImageLoader > | Ptr | 
| smart pointer type | |
Loads images in Portable Pixel Map (PPM) format.
The image format is quite simple and editors like Gimp and Photoshop are able to view and edit this format.
| 
 | virtual | 
get the list of supported image formats (as extensions) example (PNG,PGM,GIF)
Implements ImageLoader.
| 
 | static | 
| filename | [in] name of the file that is to be loaded. | 
| 
 | virtual | 
| filename | [in] name of the file that is to be loaded. | 
Implements ImageLoader.