RLE encoder for targa format. More...
#include <targa.hpp>


Public Types | |
| typedef file_output_buffer< Pixel > | output_buffer_type |
| Type of the output buffer. | |
Public Types inherited from claw::rle_encoder< file_output_buffer< Pixel > > | |
| typedef file_output_buffer< Pixel > | output_buffer_type |
| The type of the output buffer. | |
| typedef output_buffer_type::pattern_type | pattern_type |
| The type of the stored data. | |
Additional Inherited Members | |
Public Member Functions inherited from claw::rle_encoder< file_output_buffer< Pixel > > | |
| void | encode (Iterator first, Iterator last, output_buffer_type &output) const |
RLE encoder for targa format.
Template parameters :
| typedef file_output_buffer<Pixel> claw::graphic::targa::writer::rle_targa_encoder< Pixel >::output_buffer_type |