mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
Documentation fixes.
This commit is contained in:
@@ -147,7 +147,7 @@
|
||||
<p><font size="2">void</font></p>
|
||||
</td>
|
||||
<td>
|
||||
<p><font size="2">void* data_, const size_t length_, Blob::Allocator allocator_ = Blob::NewAllocator</font></p>
|
||||
<p><font size="2">void* data_, const size_t length_, const Allocator allocator_ = Blob::NewAllocator</font></p>
|
||||
</td>
|
||||
<td>
|
||||
<p><font size="2">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.</font></p>
|
||||
|
||||
@@ -495,24 +495,38 @@ table:
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td rowspan="3" width="10%">
|
||||
<td rowspan="4" width="10%">
|
||||
<p>Geometry</p>
|
||||
</td>
|
||||
<td rowspan="3" width="10%" bgcolor="#666666">
|
||||
<td rowspan="4" width="10%" bgcolor="#666666">
|
||||
<p> </p>
|
||||
</td>
|
||||
<td width="44%">
|
||||
<p>size_t width_, size_t height_, ssize_t xOff_ =
|
||||
0, ssize_t yOff_ = 0, bool xNegative_ = false, bool
|
||||
yNegative_ = false</p>
|
||||
<p></p>
|
||||
</td>
|
||||
<td width="37%">
|
||||
<p>Construct geometry via explicit parameters.</p>
|
||||
<p>Default constructor</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="44%">
|
||||
<p>const string geometry_</p>
|
||||
<p>const char *geometry_</p>
|
||||
</td>
|
||||
<td width="37%">
|
||||
<p>Construct geometry from C string</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="44%">
|
||||
<p>const Geometry &geometry_</p>
|
||||
</td>
|
||||
<td width="37%">
|
||||
<p>Copy constructor</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="44%">
|
||||
<p>const std::string &geometry_</p>
|
||||
</td>
|
||||
<td width="37%">
|
||||
<p>Construct geometry from C++ string</p>
|
||||
@@ -520,10 +534,11 @@ table:
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="44%">
|
||||
<p>const char * geometry_</p>
|
||||
<p>size_t width_, size_t height_, ssize_t xOff_ =
|
||||
0, ssize_t yOff_ = 0</p>
|
||||
</td>
|
||||
<td width="37%">
|
||||
<p>Construct geometry from C string</p>
|
||||
<p>Construct geometry via explicit parameters</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -3119,7 +3119,7 @@ should never be deallocated by the user.</font></td>
|
||||
<center><a name="readPixels"></a> <font size="-1">readPixels</font></center>
|
||||
</td>
|
||||
<td><font size="-1">void</font></td>
|
||||
<td><font size="-1"><a href="https://imagemagick.org/Magick++/Enumerations.html#QuantumTypes">QuantumTypes</a>
|
||||
<td><font size="-1"><a href="https://imagemagick.org/Magick++/Enumerations.html#QuantumTypes">QuantumType</a>
|
||||
quantum_, const unsigned char *source_,</font></td>
|
||||
<td><font size="-1">Transfers one or more pixel components from a
|
||||
buffer or file into the image pixel cache of an image. ReadPixels is
|
||||
@@ -3131,7 +3131,7 @@ corresponds to the region set by a preceding setPixels call.</font></td>
|
||||
<center><a name="writePixels"></a> <font size="-1">writePixels</font></center>
|
||||
</td>
|
||||
<td><font size="-1">void</font></td>
|
||||
<td><font size="-1"><a href="https://imagemagick.org/Magick++/Enumerations.html#QuantumTypes">QuantumTypes</a>
|
||||
<td><font size="-1"><a href="https://imagemagick.org/Magick++/Enumerations.html#QuantumTypes">QuantumType</a>
|
||||
quantum_, unsigned char *destination_</font></td>
|
||||
<td><font size="-1">Transfers one or more pixel components from
|
||||
the image pixel cache to a buffer or file. WritePixels is typically
|
||||
|
||||
Reference in New Issue
Block a user