claw 1.9.0
 
Loading...
Searching...
No Matches
bitmap.hpp File Reference

A class for bitmap pictures. More...

#include <claw/graphic/color_palette.hpp>
#include <claw/graphic/image.hpp>
#include <claw/buffered_istream.hpp>
#include <claw/rle_decoder.hpp>
#include <iostream>
#include <vector>
#include <claw/graphic/bitmap_reader.tpp>
Include dependency graph for bitmap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  claw::graphic::bitmap
 A class for bitmap images. More...
 
struct  claw::graphic::bitmap::file_structure::header
 Header of a bitmap file. More...
 
class  claw::graphic::bitmap::reader
 This class read data from a bitmap file and store it in an image. More...
 
class  claw::graphic::bitmap::writer
 This class write an image in a bitmap file. More...
 

Namespaces

namespace  claw
 This is the main namespace.
 
namespace  claw::graphic
 Everything about image structures and processing.
 

Detailed Description

A class for bitmap pictures.

Author
Julien Jorge

Definition in file bitmap.hpp.