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

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

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

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

1.3.6