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>
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. | |
A class for pcx pictures.
Definition in file pcx.hpp.