claw 1.9.0
 
Loading...
Searching...
No Matches
claw::graphic::pcx::writer Class Reference

This class write an image in a pcx file. More...

#include <pcx.hpp>

Classes

class  file_output_buffer
 The type of the output buffer associated with the file when encoding RLE data. More...
 

Public Types

typedef rle_encoder< file_output_bufferrle_pcx_encoder
 RLE encoder for pcx format.
 

Public Member Functions

 writer (const image &img)
 Constructor.
 
 writer (const image &img, std::ostream &f)
 Constructor.
 
void save (std::ostream &os) const
 Save the content of the image in a stream.
 

Detailed Description

This class write an image in a pcx file.

Author
Julien Jorge

Definition at line 287 of file pcx.hpp.

Member Typedef Documentation

◆ rle_pcx_encoder

RLE encoder for pcx format.

Author
Julien Jorge

Definition at line 320 of file pcx.hpp.

Constructor & Destructor Documentation

◆ writer() [1/2]

claw::graphic::pcx::writer::writer ( const image & img)

Constructor.

Parameters
imgThe image to save.

Definition at line 80 of file pcx_writer.cpp.

◆ writer() [2/2]

claw::graphic::pcx::writer::writer ( const image & img,
std::ostream & f )

Constructor.

Parameters
imgThe image to save.
fThe file in which we save the data.

Definition at line 89 of file pcx_writer.cpp.

Member Function Documentation

◆ save()

void claw::graphic::pcx::writer::save ( std::ostream & os) const

Save the content of the image in a stream.

Parameters
osThe stream in which we write.

Definition at line 99 of file pcx_writer.cpp.


The documentation for this class was generated from the following files: