mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
added ImageData<uint8_t> typedef
This commit is contained in:
parent
171675dfcf
commit
d515b51973
@ -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…
x
Reference in New Issue
Block a user