From 79ec2a65ae975ebbb48a5b5449e3ea742285276e Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Fri, 27 Dec 2024 13:03:45 +0800 Subject: [PATCH] released v1.1.0 --- README.md | 20 ++++++++++++++++++++ README.zh.md | 22 +++++++++++++++++++++- 2 files changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f87f68e..2e227f4 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,24 @@ Easily create and personalize icons from images, supporting macOS and iOS icon g This tool helps you create any type of icon for your application, automatically converting it to the required 1x, 2x (retina), and 3x formats, and generating a complete image set to ensure perfect display on all devices and resolutions. +## URL Scheme + +**Iconed** supports using a URL Scheme to activate the tool and pass commands and parameters to import an image from a specified path for editing. + +```shell +iconed:///Users/wangchujiang/Desktop/chrome.svg +``` + +From Terminal.app or Command Line: + +```shell +open "iconed:///Users/wangchujiang/Desktop/chrome.svg" +``` + +In the browser, copy the following address into the browser's address bar and press Enter: + +```shell +iconed:///Users/wangchujiang/Desktop/chrome.svg +``` + \ No newline at end of file diff --git a/README.zh.md b/README.zh.md index 4995463..c33c4d0 100644 --- a/README.zh.md +++ b/README.zh.md @@ -32,4 +32,24 @@ - **应用程序图标**:兼容所有操作系统,支持将任意图像导入并转换为完整、可用的应用程序图标。特别适配 Apple 平台(iOS 和 macOS),支持各种所需图标格式,满足不同应用场景。 - **图标格式转换**:轻松将图标转换为其他格式,支持常见的图标格式,如 PNG、JPEG、TIFF 等,方便您在不同平台间切换使用。 -该工具能帮助您为应用程序创建任何图标,自动转换为所需的 1x、2x(视网膜)和 3x 格式,并生成完整的图像集,确保在所有设备和分辨率下都能完美显示。 \ No newline at end of file +该工具能帮助您为应用程序创建任何图标,自动转换为所需的 1x、2x(视网膜)和 3x 格式,并生成完整的图像集,确保在所有设备和分辨率下都能完美显示。 + +## URL Scheme + +**Iconed** 支持通过 URL Scheme 激活工具,并传递命令和参数以导入指定路径的图片进行编辑。 + +```shell +iconed:///Users/wangchujiang/Desktop/chrome.svg +``` + +从 Terminal.app 或命令行调用 + +```shell +open "iconed:///Users/wangchujiang/Desktop/chrome.svg" +``` + +在浏览器中调用,将以下地址复制到浏览器地址栏并按 Enter 键: + +```shell +iconed:///Users/wangchujiang/Desktop/chrome.svg +``` \ No newline at end of file