#include "Image.h"
#include <stdio.h>
#include "Tools/JPEGlib/jpeglib.h"
Include dependency graph for JPEGImage2.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | JPEGImage2 |
| Definition of a class for JPEG-compressed images. More... | |
| class | JPEGImage2::DestDescriptor |
| The class is required during JPEG-compression to access the main JPEGImage2 object from library handlers. More... | |
Defines | |
| #define | INT32 _INT32 |
Functions | |
| Out & | operator<< (Out &stream, const JPEGImage2 &image) |
| Streaming operator that writes a JPEGImage2 to a stream. | |
| In & | operator>> (In &stream, JPEGImage2 &image) |
| Streaming operator that reads a JPEGImage2 from a stream. | |
Definition in file JPEGImage2.h.
|
|
Definition at line 14 of file JPEGImage2.h. |
|
||||||||||||
|
Streaming operator that writes a JPEGImage2 to a stream.
Definition at line 156 of file JPEGImage2.cpp. References ASSERT, Image::cameraInfo, Image::frameNumber, Image::image, CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, JPEGImage2::size, and Out::write(). |
Here is the call graph for this function:

|
||||||||||||
|
Streaming operator that reads a JPEGImage2 from a stream.
Definition at line 164 of file JPEGImage2.cpp. References Image::cameraInfo, Image::frameNumber, Image::image, In::read(), CameraInfo::resolutionHeight, CameraInfo::resolutionWidth, Image::setCameraInfo(), and JPEGImage2::size. |
Here is the call graph for this function:

1.3.6