Skip to content

Commit f26e7ec

Browse files
author
Philipp Speck
committed
readme added
1 parent d374913 commit f26e7ec

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
[![Go Report Card](https://goreportcard.com/badge/github.com/typomedia/iconize)](https://goreportcard.com/report/github.com/typomedia/iconize)
6+
[![Go Reference](https://pkg.go.dev/badge/github.com/typomedia/iconize.svg)](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

Comments
 (0)