• R/O
  • SSH

GM: Commit

Main GraphicsMagick source repository


Commit MetaInfo

Révisionbc015f40fc22a6828aecf78e17f48940d4b6da83 (tree)
l'heure2021-03-11 23:51:47
AuteurBob Friesenhahn <bfriesen@Grap...>
CommiterBob Friesenhahn

Message de Log

Fix typo in documentation for AccessMutablePixels()

Change Summary

Modification

diff -r 9801c041068a -r bc015f40fc22 magick/pixel_cache.c
--- a/magick/pixel_cache.c Thu Mar 11 08:48:35 2021 -0600
+++ b/magick/pixel_cache.c Thu Mar 11 08:51:47 2021 -0600
@@ -2779,7 +2779,7 @@
27792779 % SetImagePixels() or GetImagePixels(). This is useful in order to access
27802780 % an already selected region without passing the geometry of the region.
27812781 %
2782-% The format of the GetPixels() method is:
2782+% The format of the AccessMutablePixels() method is:
27832783 %
27842784 % PixelPacket *AccessMutablePixels(Image image)
27852785 %
diff -r 9801c041068a -r bc015f40fc22 www/api/pixel_cache.html
--- a/www/api/pixel_cache.html Thu Mar 11 08:48:35 2021 -0600
+++ b/www/api/pixel_cache.html Thu Mar 11 08:51:47 2021 -0600
@@ -166,7 +166,7 @@
166166 <p>AccessMutablePixels() returns the pixels associated with the last call to
167167 SetImagePixels() or GetImagePixels(). This is useful in order to access
168168 an already selected region without passing the geometry of the region.</p>
169-<p>The format of the GetPixels() method is:</p>
169+<p>The format of the AccessMutablePixels() method is:</p>
170170 <pre class="literal-block">
171171 <a class="reference external" href="../api/types.html#pixelpacket">PixelPacket</a> *AccessMutablePixels( <a class="reference external" href="../api/types.html#image">Image</a> image );
172172 </pre>
Afficher sur ancien navigateur de dépôt.