https://github.com/Inedo/iconmaker
Simple tool for creating .ico format images
https://github.com/Inedo/iconmaker
Last synced: 5 months ago
JSON representation
Simple tool for creating .ico format images
- Host: GitHub
- URL: https://github.com/Inedo/iconmaker
- Owner: Inedo
- License: mit
- Created: 2015-11-10T18:30:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-14T05:20:11.000Z (9 months ago)
- Last Synced: 2024-08-03T22:17:44.385Z (8 months ago)
- Language: C#
- Homepage:
- Size: 67.4 KB
- Stars: 135
- Watchers: 12
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Inedo/iconmaker - Simple tool for creating .ico format images (C# #)
README
# IconMaker
Icon Maker can be used to quickly and easily create 32-bit color icons from images that already contain alpha information.

## Installation
Extract all files from the zip and run IconMaker.exe. [.NET 6](https://get.dot.net) is required.
## Usage
Drag images of equal width and height into the window. Select Save from the menu to create a .ico file containing the images.
For best results, make sure to use an image format that supports alpha information such as .png.All sizes from 16x16 to 256x256 PNG icons are supported. Icon Maker only supports writing 32-bit icons; any
format image may be imported, but icons will always be saved in 32-bit color with an alpha channel.