{"id":24282696,"url":"https://github.com/lekco1320/visurus","last_synced_at":"2026-02-19T02:01:37.719Z","repository":{"id":249961876,"uuid":"833073721","full_name":"Lekco1320/Visurus","owner":"Lekco1320","description":"Visurus 是一个图像批量格式化、图像拼接和添加水印的开源工具。","archived":false,"fork":false,"pushed_at":"2025-02-16T15:19:29.000Z","size":33120,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-25T02:42:34.465Z","etag":null,"topics":["image","image-format","image-processing","pillow","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lekco1320.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-24T09:52:16.000Z","updated_at":"2025-02-16T15:19:32.000Z","dependencies_parsed_at":"2025-01-16T03:38:29.164Z","dependency_job_id":"e49a13df-1913-4b91-8954-1376644a3b94","html_url":"https://github.com/Lekco1320/Visurus","commit_stats":null,"previous_names":["lekco1320/visurus","lekco1320/lekco.visurus"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Lekco1320/Visurus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekco1320%2FVisurus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekco1320%2FVisurus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekco1320%2FVisurus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekco1320%2FVisurus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lekco1320","download_url":"https://codeload.github.com/Lekco1320/Visurus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lekco1320%2FVisurus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"online","status_checked_at":"2026-02-19T02:00:07.702Z","response_time":117,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image","image-format","image-processing","pillow","python"],"created_at":"2025-01-16T03:37:50.187Z","updated_at":"2026-02-19T02:01:37.704Z","avatar_url":"https://github.com/Lekco1320.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Visurus\n\n[![hugo-papermod](https://img.shields.io/badge/Visurus-@Lekco-red)](https://github.com/Lekco1320/Visurus)\n[![release](https://img.shields.io/github/v/release/Lekco1320/Visurus)](https://github.com/Lekco1320/Visurus/releases)\n[![Apache License](https://img.shields.io/npm/l/echarts?color=green)](LICENSE)\n\n\u003e ***Visurus*** is the future participle form of the Latin verb ***videō*** (to see).\n\n*Visurus* 是一个图像批量格式化、图像拼接和添加水印的开源工具。\n\n## 功能展示\n### 图像格式化\n|||\n|:-:|:-:|\n|![](samples/species_label.jpg)物种标注|![](samples/photo_params_s.jpg)参数标注（样式1）|\n|![](samples/photo_params_c.jpg)参数标注（样式2）|![](samples/photo_params_b.jpg)参数标注（样式3）|\n\n格式化设置中可以一键设置图像大小、图像阴影、图像圆角，附有详细的参数设置。\n\n### 添加水印\n* 支持批量添加文字或图片水印\n* 水印尺寸可自由指定、自适应或比例缩放\n\n### 其他功能\n* 图像拼接\n* 图像装裱\n\n### 首选项\n* 用户可根据喜好调整各功能的首选项\n\n## 简易安装\n\n下载对应操作系统的最新版压缩包\n[Release](https://github.com/Lekco1320/Visurus/releases)\n，解压后运行可执行程序即完成安装。\n\n## 脚本安装\n### Windows\n下载最新版 [Release](https://github.com/Lekco1320/Visurus/releases)\n并解压到安装目录，进入`src`文件夹，打开终端，执行以下命令：\n``` batch\n./run.bat\n```\n接着根据脚本的指引完成程序安装和运行。\n\n### Unix系统 (MacOS, Linux, etc.)\n下载最新版 [Release](https://github.com/Lekco1320/Visurus/releases)\n并解压到安装目录，进入`src`文件夹，打开`bash`，执行以下命令：\n``` bash\nsource ./run.sh\n```\n接着根据脚本的指引完成程序安装和运行。\n\n## 编译可执行文件\n[Nuitka](https://nuitka.net/) 编译脚本提供在`tools`文件夹中。\n\n## 许可声明\nVisurus基于 [Apache License 2.0](LICENSE) 发布，并引用：\n\n* [Pillow](https://python-pillow.org/)，其发布基于\n[License](https://github.com/python-pillow/Pillow/blob/main/LICENSE) .\n* [pyreadline3](https://github.com/pyreadline3/pyreadline3)，其发布基于\n[License](https://github.com/pyreadline3/pyreadline3/blob/master/LICENSE.md) .\n* [思源宋体](https://source.typekit.com/source-han-serif/)，其发布基于\n[License](https://github.com/adobe-fonts/source-han-serif/blob/release/LICENSE.txt) .\n* [阿里巴巴普惠体3.0](https://www.alibabafonts.com/#/font)，其发布基于\n[法律声明](https://www.yuque.com/yiguang-wkqc2/puhuiti/nus9wiinq4aeiegy) .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekco1320%2Fvisurus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flekco1320%2Fvisurus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flekco1320%2Fvisurus/lists"}