SceneGate / Ekona

.NET implementation of DS and DSi file formats
https://scenegate.github.io/Ekona/
MIT License
25 stars 1 forks source link

:sparkles: Implement read and write of DSi animated banner icon #16

Closed pleonex closed 2 years ago

pleonex commented 2 years ago

Description

Read and write the animated icon of DSi game banners, including a converter to transform into an animated image of Texim that can be converted into GIF. Also avoid trying to read the banner if the ROM doesn't have it.

Example

A new node animated is available from the banner node with the animated icon. If the game doesn't contain an animated icon (non-DSi games), then the node is empty. The node contains:

A new converter IconAnimation2AnimatedImage is available to convert these nodes into a Texim AnimatedFullImage that can be converted later into GIF.

Related to #8