#include <imageserver.h>
Inheritance diagram for kerosin::ImageServer:
Public Member Functions | |
ImageServer () | |
boost::shared_ptr< Image > | Load (const std::string &inName, ILenum inType=IL_TYPE_UNKNOWN) |
interpret the file with the filter associated with inExt | |
bool | Save (const boost::shared_ptr< Image > &inImage, const std::string &inName, ILenum inType=IL_TYPE_UNKNOWN) |
interpret the file with the filter associated with inExt | |
Private Member Functions | |
bool | HandleErrors () |
some internal error checking |
Definition at line 66 of file imageserver.h.
|
Definition at line 95 of file imageserver.cpp. References FSClose(), FSEof(), FSGetc(), FSOpen(), FSRead(), FSSeek(), and FSTell(). Here is the call graph for this function: ![]() |
|
some internal error checking
Definition at line 176 of file imageserver.cpp. References zeitgeist::Object::GetLog(). Here is the call graph for this function: ![]() |
|
interpret the file with the filter associated with inExt
|
|
interpret the file with the filter associated with inExt
|