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§

error
Errors for this library.
image
Types for handling images.
nds
Extract NDS ROM icon.

Functions§

extract_thumbnail
Extracts the thumbnail for a given path as an image::RgbaImage.