Crate rom_thumbnails
source ·Expand description
This crate contains decoding functions for the embedded icons of several video game console ROM formats.
The main use-case is to write thumbnailers for file managers.
Modules
- Errors for this library.
- Types for handling images.
- Extract NDS ROM icon.
Functions
- Extracts the thumbnail for a given
path
as animage::RgbaImage
.