We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d374913 commit f26e7ecCopy full SHA for f26e7ec
README.md
@@ -0,0 +1,25 @@
1
+# `iconize` - Convert images to Windows icon files
2
+
3
+`iconize` is a command line tool to convert an images to a multisize Windows icon file.
4
5
+[](https://goreportcard.com/report/github.com/typomedia/iconize)
6
+[](https://pkg.go.dev/github.com/typomedia/iconize)
7
8
+## Install
9
10
+ go install github.com/typomedia/iconize@latest
11
12
+## Usage
13
14
+ iconize [options] [file]
15
16
+## Options
17
18
+ -o, --out string output ico file
19
20
+## Example
21
22
+ iconize -o icon.ico icon.png
23
24
+---
25
+Copyright © 2023 Typomedia Foundation. All rights reserved.
0 commit comments