![]() |
![]() |
![]() |


Public Types | |
| enum | Allocator { MallocAllocator, NewAllocator } |
| enum | Allocator { MallocAllocator, NewAllocator } |
Public Member Functions | |
| myBlob (ifstream &stream_) | |
| void | base64 (const std::string base64_) |
| std::string | base64 (void) |
| void | base64 (const std::string base64_) |
| std::string | base64 (void) |
| void | update (const void *data_, size_t length_) |
| void | update (const void *data_, size_t length_) |
| void | updateNoCopy (void *data_, size_t length_, Allocator allocator_=NewAllocator) |
| void | updateNoCopy (void *data_, size_t length_, Allocator allocator_=NewAllocator) |
| const void * | data (void) const |
| const void * | data (void) const |
| size_t | length (void) const |
| size_t | length (void) const |
|
|
Definition at line 24 of file Blob.h.
|
|
|
Definition at line 24 of file Blob.h.
|
|
|
Definition at line 28 of file readWriteBlob.cpp.
|
|
|
|
|
|
|
|
|
Definition at line 97 of file Blob.cpp. References Base64Encode(), Magick::Blob::data(), Magick::Blob::length(), and RelinquishMagickMemory().
Here is the call graph for this function: ![]() |
|
|
Definition at line 84 of file Blob.cpp. References Base64Decode(), Magick::Blob::length(), Magick::Blob::MallocAllocator, and Magick::Blob::updateNoCopy().
Here is the call graph for this function: ![]() |
|
|
|
|
|
Definition at line 158 of file Blob.cpp. References Magick::Blob::_blobRef, and Magick::BlobRef::_data. Referenced by Magick::Blob::base64(), Magick::Image::iptcProfile(), Magick::Image::ping(), Magick::Image::profile(), Magick::Image::read(), and Magick::readImages().
|
|
|
|
|
|
Definition at line 164 of file Blob.cpp. References Magick::Blob::_blobRef, and Magick::BlobRef::_length. Referenced by Magick::Blob::base64(), Magick::Image::iptcProfile(), Magick::Image::ping(), Magick::Image::profile(), Magick::Image::read(), and Magick::readImages().
|
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 116 of file Blob.cpp. References Magick::Blob::_blobRef, Magick::BlobRef::_mutexLock, Magick::BlobRef::_refCount, and Magick::Blob::update(). Referenced by Magick::Blob::update().
Here is the call graph for this function: ![]() |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 137 of file Blob.cpp. References Magick::BlobRef::_allocator, Magick::Blob::_blobRef, Magick::BlobRef::_data, Magick::BlobRef::_length, Magick::BlobRef::_mutexLock, Magick::BlobRef::_refCount, and Magick::Blob::updateNoCopy(). Referenced by Magick::Blob::base64(), Magick::Blob::updateNoCopy(), Magick::Image::write(), and Magick::writeImages().
Here is the call graph for this function: ![]() |
1.3.7
ImageMagick Copyright © 2004, ImageMagick Studio LLC