Skip to content

Commit

Permalink
fix_image_constructor_documentation (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpascal authored Aug 4, 2024
1 parent 05b4470 commit 8ab5f92
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 16 deletions.
12 changes: 10 additions & 2 deletions Magick++/Enumerations.html
Original file line number Diff line number Diff line change
Expand Up @@ -2184,10 +2184,18 @@ <h1 style="text-align:center">Enumerations</h1>
</tr>
<tr>
<td>
<p>IntegerPixel</p>
<p>LongPixel</p>
</td>
<td>
<p>Integer type</p>
<p>Long integer type</p>
</td>
</tr>
<tr>
<td>
<p>LongLongPixel</p>
</td>
<td>
<p>Long long integer type</p>
</td>
</tr>
<tr>
Expand Down
28 changes: 14 additions & 14 deletions Magick++/Image++.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,10 +381,10 @@ <h3> <a name="Constructors"></a> Constructors</h3>
<td><font size="-1">map_</font></td>
<td>
<font size="-1">
This character string can be any
combination or order of R = red, G = green, B = blue, A = alpha, C =
cyan, Y = yellow M = magenta, and K = black. The ordering reflects the
order of the pixels in the supplied pixel array.
This character string can be any combination or order of R = red, G =
green, B = blue, A = alpha, O = opacity, C = cyan, Y = yellow, M =
magenta, K = black, I = intensity, and P = pad. The ordering reflects
the order of the pixels in the supplied pixel array.
</font>
</td>
</tr>
Expand All @@ -395,7 +395,7 @@ <h3> <a name="Constructors"></a> Constructors</h3>
<a href="Enumerations.html#StorageType">
Pixel
storage type
</a> (CharPixel, ShortPixel, IntegerPixel, FloatPixel, or
</a> (CharPixel, ShortPixel, LongPixel, LongLongPixel, FloatPixel, or
DoublePixel)
</font>
</td>
Expand Down Expand Up @@ -1785,10 +1785,10 @@ <h3>
<td><font size="-1">map_</font></td>
<td>
<font size="-1">
This character string can be any
combination or order of R = red, G = green, B = blue, A = alpha, C =
cyan, Y = yellow M = magenta, and K = black. The ordering reflects the
order of the pixels in the supplied pixel array.
This character string can be any combination or order of R = red, G =
green, B = blue, A = alpha, O = opacity, C = cyan, Y = yellow, M =
magenta, K = black, I = intensity, and P = pad. The ordering reflects
the order of the pixels in the supplied pixel array.
</font>
</td>
</tr>
Expand All @@ -1797,7 +1797,7 @@ <h3>
<td>
<font size="-1">
Pixel storage type (CharPixel,
ShortPixel, IntegerPixel, FloatPixel, or DoublePixel)
ShortPixel, LongPixel, LongLongPixel, FloatPixel, or DoublePixel)
</font>
</td>
</tr>
Expand Down Expand Up @@ -2386,9 +2386,9 @@ <h3>
<td><font size="-1">map_</font></td>
<td>
<font size="-1">
This character string can be any
combination or order of R = red, G = green, B = blue, A = alpha, C =
cyan, Y = yellow, M = magenta, and K = black. The ordering reflects
This character string can be any combination or order of R = red, G =
green, B = blue, A = alpha, O = opacity, C = cyan, Y = yellow, M =
magenta, K = black, I = intensity, and P = pad. The ordering reflects
the order of the pixels in the supplied pixel array.
</font>
</td>
Expand All @@ -2398,7 +2398,7 @@ <h3>
<td>
<font size="-1">
Pixel storage type (CharPixel,
ShortPixel, IntegerPixel, FloatPixel, or DoublePixel)
ShortPixel, LongPixel, LongLongPixel, FloatPixel, or DoublePixel)
</font>
</td>
</tr>
Expand Down

0 comments on commit 8ab5f92

Please sign in to comment.