We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db701e commit 4144e31Copy full SHA for 4144e31
libs/python.wiki
@@ -1819,6 +1819,14 @@ with Image(filename="mona-lisa.png") as img :
1819
display(new_img)
1820
</source>
1821
1822
+<h4>Pillow</h4>
1823
+
1824
+Home:[http://python-pillow.org/]
1825
1826
+你可以把它视作“轻量级的 PIL”。
1827
1828
+它的目标是比 PIL 更容易使用,并尽可能与 PIL 的 API 兼容。
1829
1830
<h4>PyGraphviz</h4>
1831
1832
Home:[https://github.com/pygraphviz/pygraphviz]
0 commit comments