Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaywcjlove/iconed

Create and personalize icons from images, supporting macOS/iOS icon generation, folder icon creation, and setting.
https://github.com/jaywcjlove/iconed

desktop desktop-app desktop-application jaywcjlove macos macos-app macos-application swift-app swift-application swiftui swiftui-application

Last synced: 4 days ago
JSON representation

Create and personalize icons from images, supporting macOS/iOS icon generation, folder icon creation, and setting.

Awesome Lists containing this project

README

        








Iconed




简体中文
Contact & Support
Changelog




Iconed AppStore


![Iconed 1](./assets/screenshots-1.png)

![Iconed 2](./assets/screenshots-2.png)

![Iconed 3](./assets/screenshots-3.png)

![Iconed 4](./assets/screenshots-4.png)

Effortlessly create and personalize icons from images, supporting macOS and iOS icon generation, folder icon creation and setting, and icon format conversion features.

- **Folder Icons**: Quickly customize and set your folder icons through simple operations, making your folders more personalized and unique.
- **Application Icons**: Support importing any image and converting it into complete, usable application icons with Dock preview. Specially adapted for Apple platforms (iOS and macOS), supporting various required icon formats to meet different application scenarios.
- **Icon Format Conversion**: Easily convert icons to other formats, supporting common icon formats such as PNG, JPEG, TIFF, etc., allowing you to switch between different platforms effortlessly.

This tool helps you create any icons for applications, automatically converting them into 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
```