|
Magick++ 7.1.2-29
Convert, Edit, Or Compose Bitmap Images
|
Public Member Functions | |
| myBlob (ifstream &stream_) | |
| Public Member Functions inherited from Magick::Blob | |
| Blob (const void *data_, const size_t length_) | |
| Blob (const Blob &blob_) | |
| Blob & | operator= (const Blob &blob_) |
| void | base64 (const std::string base64_) |
| std::string | base64 (void) const |
| const void * | data (void) const |
| size_t | length (void) const |
| void | update (const void *data_, size_t length_) |
| void | updateNoCopy (void *data_, size_t length_, Allocator allocator_=NewAllocator) |
Additional Inherited Members | |
| Public Types inherited from Magick::Blob | |
| enum | Allocator { MallocAllocator , NewAllocator } |
Definition at line 24 of file readWriteBlob.cpp.
|
inline |
Definition at line 28 of file readWriteBlob.cpp.