Crate systemicons[][src]

Expand description

systemicons

With this lib you can retrive the system icon which is associated to a certain file extension. The icon will be in the .png format. Windows and Linux (GTK) are supperted.

Structs

Error

Possible Error

Enums

InnerError

Inner Error type of possible Error

Functions

get_icon

Retrieving system icon. You have to specify the file extension and desired icon size (like 16, 32 or 64). Returns the icon formatted as png as byte buffer.