文件名称:Pynail:创建缩略图
文件大小:16KB
文件格式:ZIP
更新时间:2024-05-27 14:40:35
Python
钉子 使用多重处理有效地创建缩略图。 ##安装 python setup.py install 用法 ######求助 pynail -h ######用于创建单个图像的缩略图 pynail -i ' source_img_path ' -t ' target_img_path ' -s ' width,height ' -f ' format ' ######用于创建整个目录中所有图像的缩略图 pynail -c ' source_dir_path ' -d ' target_dir_path ' -s ' width,height ' -f ' format ' 例子 pynail -c /home/tushar/ -d /home/tushar/ -s " 300,300 " -f " png " pynail -i /home/tushar/vector.png
【文件预览】:
Pynail-master
----README.txt(730B)
----requirements.txt(34B)
----setup.py(1KB)
----pynail()
--------main.py(4KB)
--------__init__.py(21B)
----README.md(1KB)
----LICENSE.txt(34KB)