added ImageData<uint8_t> typedef
This commit is contained in:
parent
171675dfcf
commit
d515b51973
1 changed files with 2 additions and 1 deletions
|
@ -133,7 +133,8 @@ namespace mapnik
|
|||
ImageData& operator=(const ImageData&);
|
||||
};
|
||||
|
||||
typedef ImageData<unsigned> ImageData32;
|
||||
typedef ImageData<unsigned> ImageData32;
|
||||
typedef ImageData<uint8_t> ImageData8;
|
||||
}
|
||||
|
||||
#endif //IMAGE_DATA_HPP
|
||||
|
|
Loading…
Add table
Reference in a new issue