golang-ico icon indicating copy to clipboard operation
golang-ico copied to clipboard

Golang .ico encoder & decoder

Results 3 golang-ico issues
Sort by recently updated
recently updated
newest added

`panic: runtime error: index out of range [3385] with length 3382` seems to be from the following line: https://github.com/biessek/golang-ico/blob/d348d9ea4670192799de9f429f8eb3d3862cced2/reader.go#L131 what is the purpose of the `+3` in the index calculation?

The repository does not contain a license file. I also couldn't find any license statement inside of the code files. This means that [one cannot use the code in any...

how to write multiple images in one ico file

enhancement