mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: clearer, disambiguated tool names across all surfaces (#520)
Renames 18 ambiguous or hard-to-search tool names so image tools self-qualify like the other modalities ("Compress" becomes "Compress Image"), and cleans up a few awkward names. Propagated across search (constants.ts), display (en.ts + 20 locales), the OpenAPI base spec + 20 locale specs, and the docs tool-page headings in 21 languages. Removes the duplicate "Normalize Audio" summary shared by the video and audio endpoints. Tool ids and routes are unchanged, so no API paths or bookmarks break.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "使用 AI 人脸检测自动识别并模糊图像中的人脸,用于隐私保护和符合 GDPR 的匿名化。"
|
||||
i18n_source_hash: fb861c12aea5
|
||||
i18n_source_hash: 314e3e16a422
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 3a0007f60b8a
|
||||
---
|
||||
|
||||
# Face / PII Blur {#face-pii-blur}
|
||||
# 模糊人脸和隐私信息 {#face-pii-blur}
|
||||
|
||||
使用 AI 驱动的人脸检测(MediaPipe)自动识别并模糊图像中的人脸。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "使用 25 多种模板将多张图片合成为网格拼贴,可调整间距与圆角,并支持逐单元格平移与缩放。"
|
||||
i18n_source_hash: 96f2055717df
|
||||
i18n_source_hash: cd50a782239d
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: a4e5c1913881
|
||||
---
|
||||
|
||||
# 拼贴 / 网格 {#collage-grid}
|
||||
# 拼贴和网格 {#collage-grid}
|
||||
|
||||
使用 25 多种模板将多张图片合成为精美的网格拼贴。支持 2-9 张图片的布局,可自定义间距、圆角半径、背景颜色,以及逐单元格的平移/缩放控制。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "按质量级别或目标文件大小减小图片文件体积。"
|
||||
i18n_source_hash: af4685da7e64
|
||||
i18n_source_hash: 342c5cf1f864
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: e50a856e4af0
|
||||
---
|
||||
|
||||
# 压缩 {#compress}
|
||||
# 压缩图片 {#compress}
|
||||
|
||||
通过指定质量级别或以千字节为单位的目标文件大小来减小图片文件体积。该工具使用迭代二分搜索来精确命中目标大小。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "在各种格式之间转换图片,包括 AVIF、JXL 和 HEIC 等现代格式。"
|
||||
i18n_source_hash: 562f8270e8c3
|
||||
i18n_source_hash: 2639f333073f
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 238017f07183
|
||||
---
|
||||
|
||||
# 转换 {#convert}
|
||||
# 转换图片 {#convert}
|
||||
|
||||
在各种格式之间转换图片。支持常见的网页格式,以及 HEIC、JXL、BMP、ICO、JP2、QOI 和 PSD 等专业格式。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "通过指定位置和尺寸的区域裁剪图片。"
|
||||
i18n_source_hash: aab38ccd7c53
|
||||
i18n_source_hash: 556f37893553
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 6d45b3b09301
|
||||
---
|
||||
|
||||
# 裁剪 {#crop}
|
||||
# 裁剪图片 {#crop}
|
||||
|
||||
通过位置和尺寸定义一个矩形区域来裁剪图片。支持像素和百分比两种单位。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "编辑图片中的 EXIF、IPTC、GPS 和 XMP 元数据字段,无需重新编码像素。"
|
||||
i18n_source_hash: a37746db11c3
|
||||
i18n_source_hash: 9271d3d8f278
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 7b3853980f3b
|
||||
---
|
||||
|
||||
# 编辑元数据 {#edit-metadata}
|
||||
# 编辑图片元数据 {#edit-metadata}
|
||||
|
||||
编辑图片的元数据字段,包括 EXIF、IPTC、GPS 坐标、日期和关键词。底层使用 ExifTool,因此元数据是就地写入的,无需重新编码像素,从而完整保留图片质量。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "按像素、百分比或使用适配模式调整图片尺寸。"
|
||||
i18n_source_hash: 00d1bffa4d38
|
||||
i18n_source_hash: 53866e8266b8
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 0a8f45ef34da
|
||||
---
|
||||
|
||||
# 调整尺寸 {#resize}
|
||||
# 调整图片尺寸 {#resize}
|
||||
|
||||
通过指定精确的像素尺寸、百分比缩放系数,或控制图片如何适配目标尺寸的适配模式来调整图片尺寸。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "按任意角度旋转图片,并进行水平或垂直翻转。"
|
||||
i18n_source_hash: af2581d7cd8d
|
||||
i18n_source_hash: c4ed5f7e270b
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: dcbaa2a45cbf
|
||||
---
|
||||
|
||||
# 旋转与翻转 {#rotate-flip}
|
||||
# 旋转和翻转图片 {#rotate-flip}
|
||||
|
||||
按任意角度旋转图片,和/或对其进行水平或垂直翻转。旋转和翻转操作可以在单次请求中组合使用。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "使用自适应、USM 锐化或高通方法锐化图像,并可选降噪。"
|
||||
i18n_source_hash: ccb60af9faae
|
||||
i18n_source_hash: 66dce4068899
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 8096d6bf1ecd
|
||||
---
|
||||
|
||||
# 锐化 {#sharpening}
|
||||
# 锐化图片 {#sharpening}
|
||||
|
||||
提供三种方法的高级锐化工具:自适应(智能边缘感知)、USM 锐化(经典的半径/强度)和高通(纹理强化)。内置降噪功能,可防止锐化产生伪影。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "按行列数或像素尺寸将一张图像分割为网格图块,以 ZIP 压缩包形式返回。"
|
||||
i18n_source_hash: 57a2e11e7cce
|
||||
i18n_source_hash: 838f5fa791b0
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 49ea1a52dd18
|
||||
---
|
||||
|
||||
# 图像分割 {#image-splitting}
|
||||
# 分割图片 {#image-splitting}
|
||||
|
||||
按列/行数或指定的像素尺寸将单张图像分割为网格图块。返回包含所有图块的 ZIP 压缩包。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "将图像并排、堆叠或以网格方式拼接,可控制对齐、间距、边框和调整模式。"
|
||||
i18n_source_hash: 39333210505a
|
||||
i18n_source_hash: 670c5cc944b1
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 87525c98302e
|
||||
---
|
||||
|
||||
# 拼接/合并 {#stitch-combine}
|
||||
# 拼接合并图片 {#stitch-combine}
|
||||
|
||||
将多张图像并排、垂直堆叠或以网格排列的方式拼接。支持对齐、间距、边框、圆角和多种调整模式。
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
---
|
||||
description: "从图像中移除 EXIF、GPS、ICC 和 XMP 元数据,以保护隐私并减小文件大小。"
|
||||
i18n_source_hash: e89147734fd0
|
||||
i18n_source_hash: 07f61cdb2c26
|
||||
i18n_provenance: human
|
||||
i18n_output_hash: 0beed818cd0e
|
||||
---
|
||||
|
||||
# 移除元数据 {#remove-metadata}
|
||||
# 移除图片元数据 {#remove-metadata}
|
||||
|
||||
从图像中移除 EXIF、GPS、ICC 色彩配置文件和 XMP 元数据。适用于保护隐私(移除 GPS 坐标、相机信息)以及减小文件大小。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user