文件名称:ninepatch:切片Android样式的9补丁图像,调整大小并进行交互式预览
文件大小:103KB
文件格式:ZIP
更新时间:2024-05-20 13:23:40
Python
切片Android样式的9色补丁图像,调整大小并进行交互式预览。 有关9补丁的说明,请参见 。 安装 如果要使用交互式查看器,请阅读“交互式查看器”下的其他安装说明。 $ pip install ninepatch Python用法 from ninepatch import Ninepatch ninepatch = Ninepatch('ninepatch_bubble.9.png') print(ninepatch.content_area) # content_area(left=23, top=20, right=27, bottom=59) # render the image to a specific size scaled_image = ninepatch.render(500, 400) # creates a new PIL image # render th
【文件预览】:
ninepatch-master
----MANIFEST.in(62B)
----requirements.txt(7B)
----.travis.yml(301B)
----LICENSE(1KB)
----setup.py(556B)
----README.md(4KB)
----ninepatch()
--------__init__.py(12KB)
--------test()
--------data()
----.gitignore(16B)
----bin()
--------ninepatch(3KB)
--------ninepatch_viewer(2KB)