Skip to content

fyne-io/image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests Static Analysis

image

Collection of image codecs useful in GUI apps.

.ico

Go support for the Windows .ico file format.

This format is a combination of work from image2ascii and golang-image-ico.

Reader

Extracted from image2ascii, an excellent project but with many unrelated dependencies.

License: Apache 2.0

Writer

From golang-image-ico.

License: BSD 3-clause (the same as the Go project).