1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From: =?utf-8?q?Bastien_ROUCARI=C3=88S?= <roucaries.bastien@gmail.com>
Date: Fri, 11 Aug 2017 10:13:21 +0200
Subject: Fix html error in api/Image++.html
Forwarded: Yes
---
www/api/Image++.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/www/api/Image++.html b/www/api/Image++.html
index db90089..385f2a4 100644
--- a/www/api/Image++.html
+++ b/www/api/Image++.html
@@ -3058,7 +3058,7 @@ supports copying the pixels in the cache to a foreign pixel
representation according to the format specified by <i>QuantumTypes</i>.</p>
<p>The pixel region is effectively a small image in which the pixels
may be accessed, addressed, and updated, as shown in the following
-example:
+example:</p>
<pre class="code">
<p><img class="icon" src="../../api/Cache.png" name="Graphic1" width="254" border="0" /></p>
Image image("cow.png");
@@ -3079,7 +3079,6 @@ image.syncPixels();
// Save updated image to file.
image.write("horse.png");
</pre>
-</p>
<p>The image cache supports the following methods: <br />
<ul><table border="1" width="100%">
|