You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<3d_array> = np.array(<Image>) <spanclass="hljs-comment"># Creates NumPy array from color image.</span>
2280
+
<Image> = Image.fromarray(<array>) <spanclass="hljs-comment"># Creates image from NumPy array of floats.</span>
2281
2281
</code></pre>
2282
2282
<div><h3id="modes-1">Modes</h3><ul>
2283
2283
<li><strong><codeclass="python hljs"><spanclass="hljs-string">'1'</span></code> - 1-bit pixels, black and white, stored with one pixel per byte.</strong></li>
0 commit comments