claw 1.9.0
 
Loading...
Searching...
No Matches
jpeg.hpp File Reference

A class for jpeg pictures. More...

#include <claw/graphic/image.hpp>
#include <cstdio>
#include <iostream>
#include <setjmp.h>
#include <string>
#include <jpeglib.h>
#include <claw/graphic/jpeg_reader.tpp>
Include dependency graph for jpeg.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  claw::graphic::jpeg
 A class for jpeg pictures. More...
 
struct  claw::graphic::jpeg::error_manager
 Error handler that throw an exception instead of exiting the program. More...
 
class  claw::graphic::jpeg::reader
 This class read data from a jpeg file and store it in an image. More...
 
struct  claw::graphic::jpeg::reader::source_manager
 Source manager that allow us to read from a std::istream. More...
 
class  claw::graphic::jpeg::writer
 This class write an image in a jpeg file. More...
 
struct  claw::graphic::jpeg::writer::options
 Parameters of the writing algorithm. More...
 
struct  claw::graphic::jpeg::writer::destination_manager
 Destination manager that allow us to write in a std::ostream. More...
 

Namespaces

namespace  claw
 This is the main namespace.
 
namespace  claw::graphic
 Everything about image structures and processing.
 

Detailed Description

A class for jpeg pictures.

Author
Julien Jorge

Definition in file jpeg.hpp.