#include "Platform/GTAssert.h"
#include "JPEGImage.h"
Include dependency graph for JPEGImage.cpp:
Go to the source code of this file.
Functions | |
Out & | operator<< (Out &stream, const JPEGImage &image) |
Streaming operator that writes a JPEGImage to a stream. | |
In & | operator>> (In &stream, JPEGImage &image) |
Streaming operator that reads a JPEGImage from a stream. |
Definition in file JPEGImage.cpp.
|
Streaming operator that writes a JPEGImage to a stream.
Definition at line 143 of file JPEGImage.cpp. |
|
Streaming operator that reads a JPEGImage from a stream.
Definition at line 151 of file JPEGImage.cpp. |