|
Claw
1.7.3
|
A class for pcx pictures. More...
#include <iostream>#include <claw/image.hpp>#include <claw/rle_decoder.hpp>#include <claw/rle_encoder.hpp>#include <claw/color_palette.hpp>#include <claw/types.hpp>#include <claw/buffered_istream.hpp>#include <claw/impl/pcx_writer.tpp>#include <claw/impl/pcx_reader.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 | |
| claw | |
| This is the main namespace. | |
| claw::graphic | |
| Everything about image structures and processing. | |
A class for pcx pictures.
Definition in file pcx.hpp.
1.8.5