Skip to content
forked from mdsteele/rust-ico

Rust library for encoding/decoding ICO image files

License

Notifications You must be signed in to change notification settings

VirxEC/rust-ico

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-ico

A pure Rust library for encoding/decoding ICO image files.

Documentation: https://docs.rs/ico/

Overview

An ICO file (.ico) stores a collection of small images of different sizes and color depths (up to 256x256 pixels each). Individial images within the file can be encoded in either BMP or PNG format. ICO files are typically used for website favicons and for Windows application icons.

CUR files (.cur), which store Windows cursor images, use the same file format as ICO files, except that each image also comes with (x, y) hotspot coordinates that determines where on the image the user is pointing. This libary supports both file types.

License

rust-ico is made available under the MIT License.

About

Rust library for encoding/decoding ICO image files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%