From: cristy Date: Fri, 3 Jan 2014 19:41:14 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~2990 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89cfbe9b8f842252d25873c89cd35ebb2e567869;p=imagemagick --- diff --git a/www/Magick++/Blob.html b/www/Magick++/Blob.html index 4dc6477df..a309e6c53 100644 --- a/www/Magick++/Blob.html +++ b/www/Magick++/Blob.html @@ -13,8 +13,8 @@

The Blob class supports value assignment while preserving any outstanding earlier versions of the object. Since assignment is via a pointer internally, Blob is efficient enough to be stored directly in an STL container or any other data structure which requires assignment. In particular, by storing a Blob in an associative container (such as STL's 'map') it is possible to create simple indexed in-memory "database" of Blobs.

Magick++ currently uses Blob to contain encoded images (e.g. JPEG) as well as ICC and IPTC profiles. Since Blob is a general-purpose class, it may be used for other purposes as well.

The methods Blob provides are shown in the following table:

-
- +

Update object contents, using supplied pointer directly (no copy) Any existing data in the object is deallocated. The user must ensure that the pointer supplied is not deleted or otherwise modified after it has been supplied to this method. The optional allocator_ parameter allows the user to specify if the C (MallocAllocator) or C++ (NewAllocator) memory allocation system was used to allocate the memory. The default is to use the C++ memory allocator.

diff --git a/www/Magick++/CoderInfo.html b/www/Magick++/CoderInfo.html index 02b6d0af4..dfab62a84 100644 --- a/www/Magick++/CoderInfo.html +++ b/www/Magick++/CoderInfo.html @@ -34,7 +34,7 @@ else cout << endl;

The methods available in the CoderInfo class are shown in the following table:

-
+