Claw
1.7.3
|
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 :