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

A class for pcx pictures. More...

#include <claw/graphic/color_palette.hpp>
#include <claw/graphic/image.hpp>
#include <claw/buffered_istream.hpp>
#include <claw/rle_decoder.hpp>
#include <claw/rle_encoder.hpp>
#include <claw/types.hpp>
#include <iostream>
#include <claw/graphic/pcx_reader.tpp>
#include <claw/graphic/pcx_writer.tpp>
Include dependency graph for pcx.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  claw::graphic::pcx
 A class for pcx pictures. More...
 
class  claw::graphic::pcx::reader
 This class read data from a pcx file and store it in an image. More...
 
class  claw::graphic::pcx::writer
 This class write an image in a pcx file. More...
 
class  claw::graphic::pcx::writer::file_output_buffer
 The type of the output buffer associated with the file when encoding RLE data. More...
 

Namespaces

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

Detailed Description

A class for pcx pictures.

Author
Julien Jorge

Definition in file pcx.hpp.