https://github.com/savaughn/iconset-generator
A drag-and-drop GUI for creating MacOS Iconset. Written in C with GTK4
https://github.com/savaughn/iconset-generator
c gtk4 iconset macos
Last synced: 2 months ago
JSON representation
A drag-and-drop GUI for creating MacOS Iconset. Written in C with GTK4
- Host: GitHub
- URL: https://github.com/savaughn/iconset-generator
- Owner: savaughn
- Created: 2024-11-01T05:36:05.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-11-01T06:13:45.000Z (7 months ago)
- Last Synced: 2025-02-13T04:46:59.714Z (4 months ago)
- Topics: c, gtk4, iconset, macos
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Iconset Generator
[](https://github.com/ncorgan/iconset-generator/blob/master/LICENSE.txt) [](https://github.com/savaughn/iconset-generator/releases) [](https://github.com/savaughn/iconset-generator/actions) [](https://github.com/savaughn/iconset-generator/issues) [](https://github.com/savaughn/iconset-generator/releases)Iconset Generator is a GUI tool for creating macOS iconsets for applications. It features a drag-and-drop interface that allows you to select which image sizes you want to include in your iconset.

## Features
- Drag-and-drop interface
- Selectable image sizes
- Easy to use## Usage
1. Open Iconset Generator.
2. Drag and drop your images into the interface.
3. Select the desired image sizes.
4. Generate your iconset.## Requirements
macOS 10.13 or later (Apple Silicon)
## Installation
ImageMagick is required for image processing.
To install ImageMagick, use the following command:```sh
brew install imagemagick
```Download the latest version from the [releases page](https://github.com/yourusername/iconset-generator/releases).
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Contributing
Contributions are welcome! Please see the [CONTRIBUTING](CONTRIBUTING.md) file for more information.
## Contact
For any questions or feedback, please open an issue on the [GitHub repository](https://github.com/yourusername/iconset-generator).