RLE encoder for targa format. More...
#include <targa.hpp>
Public Types | |
typedef file_output_buffer< Pixel > | output_buffer_type |
Type of the output buffer. | |
![]() | |
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 | |
![]() | |
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 |