#include <image.h>
Inheritance diagram for fl::ImageFileFormatEPS:

Public Methods | |
| virtual void | read (std::istream &stream, Image &image) const |
| virtual void | write (std::ostream &stream, const Image &image) const |
| virtual bool | isIn (std::istream &stream) const |
| Determines if this format is on the stream. Always rewinds stream back to where it was when function was called. | |
| virtual bool | handles (const std::string &formatName) const |
| Determines if this object handles the format with the given human readable name. | |
|
|
Determines if this object handles the format with the given human readable name.
Implements fl::ImageFileFormat. |
|
|
Determines if this format is on the stream. Always rewinds stream back to where it was when function was called.
Implements fl::ImageFileFormat. |
|
||||||||||||
|
Implements fl::ImageFileFormat. |
|
||||||||||||
|
Implements fl::ImageFileFormat. |
1.2.18