Module parser

Source
Expand description

A module implementing XCursor file parsing.

Structs§

Image
A struct representing an image. Pixels are in ARGB format, with each byte representing a single channel.

Functions§

parse_xcursor
Parse an XCursor file into its images.
parse_xcursor_stream
Parse an XCursor file into its images.