Documentation ¶ Index ¶ func Encode(w io.Writer, images ...image.Image) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Encode ¶ func Encode(w io.Writer, images ...image.Image) error Encode one or more images into an .ico. At least one image must be provided and no image may have a width or height greater than 256 pixels. Windows recommends providing 256x256, 48x48, 32x32, and 16x16 icons. Types ¶ This section is empty. Source Files ¶ View all Source files encoder.go Click to show internal directories. Click to hide internal directories.