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

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

Awesome Lists containing this project

README

        

# Iconset Generator
[![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/ncorgan/iconset-generator/blob/master/LICENSE.txt) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/savaughn/iconset-generator)](https://github.com/savaughn/iconset-generator/releases) [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/savaughn/iconset-generator/macos.yml?branch=master)](https://github.com/savaughn/iconset-generator/actions) [![GitHub issues](https://img.shields.io/github/issues/savaughn/iconset-generator)](https://github.com/savaughn/iconset-generator/issues) [![GitHub all releases](https://img.shields.io/github/downloads/savaughn/iconset-generator/total)](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.

![image](https://github.com/user-attachments/assets/210f3414-066c-4af1-a7e9-7bd2ca71fdfe)

## 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).