exif frame in an instant without any external dependence
版本 | 日期 | 更新日志 |
---|---|---|
1.0.5 | 2024-03-23 | 支持生成图像质量调整 eg. -q 95 |
1.0.0 | 2024-03-03 | 增加署名支持 优化边框样式 支持pip安装 |
0.93 | 增加焦距信息 |
Just do it.
frame [-h] photographs [photographs ...]
>frame
================================================================
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
██░▄▄▄█▄▀█▀▄█▄░▄██░▄▄▄█████░▄▄▄██░▄▄▀█░▄▄▀██░▄▀▄░██░▄▄▄██
██░▄▄▄███░████░███░▄▄██▄▄██░▄▄███░▀▀▄█░▀▀░██░█░█░██░▄▄▄██
██░▀▀▀█▀▄█▄▀█▀░▀██░████████░█████░██░█░██░██░███░██░▀▀▀██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
v1.0.0 | https://github.com/cyan-io/exif-frame
----------------------------------------------------------------
You can customize your OWN exif frame by modifying these files:
-CONFIG <path to exif-frame>\config.yaml
-FONT_NORM <path to exif-frame>\font\NotoSansSC-Regular.otf
-FONT_BOLD <path to exif-frame>\font\NotoSansSC-Bold.otf
-LOGO_DIR <path to exif-frame>\logo\
-SIGNATURE <path to exif-frame>\signature.png
----------------------------------------------------------------
usage: frame [-h] photographs [photographs ...]
frame: error: the following arguments are required: photographs
以下方法任选其一
- 使用
pip
安装(推荐√)
pip install exif-frame -i https://pypi.org/simple
-
下载release页面预构建的
exe
文件 -
使用
python
运行脚本(不推荐×) -
从源安装
git clone [email protected]:cyan-io/exif-frame.git
cd exif-frame
pip install .
<path to exif-frame>
will be displaced by simply running frame
command
You can customize your OWN exif frame by modifying these files:
-CONFIG <path to exif-frame>\config.yaml
-FONT_NORM <path to exif-frame>\font\NotoSansSC-Regular.otf
-FONT_BOLD <path to exif-frame>\font\NotoSansSC-Bold.otf
-LOGO_DIR <path to exif-frame>\logo\
-SIGNATURE <path to exif-frame>\signature.png