aboutsummaryrefslogtreecommitdiff
path: root/doc/go1.17.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/go1.17.html')
-rw-r--r--doc/go1.17.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/go1.17.html b/doc/go1.17.html
index 6424709453..9452651295 100644
--- a/doc/go1.17.html
+++ b/doc/go1.17.html
@@ -693,6 +693,19 @@ func Foo() bool {
</dd>
</dl><!-- go/format -->
+<dl id="image"><dt><a href="/pkg/image/">image</a></dt>
+ <dd>
+ <p><!-- CL 311129 -->
+ The concrete image types (<code>RGBA</code>, <code>Gray16</code> and so on)
+ now implement a new <a href="/pkg/image/#RGBA64Image"><code>RGBA64Image</code></a>
+ interface. Those concrete types, other than the chroma-subsampling
+ related <code>YCbCr</code> and <code>NYCbCrA</code>, also now implement
+ <a href="/pkg/image/draw/#RGBA64Image"><code>draw.RGBA64Image</code></a>, a
+ new interface in the <code>image/draw</code> package.
+ </p>
+ </dd>
+</dl><!-- image -->
+
<dl id="io/fs"><dt><a href="/pkg/io/fs/">io/fs</a></dt>
<dd>
<p><!-- CL 293649 -->