bmap-rs icon indicating copy to clipboard operation
bmap-rs copied to clipboard

Implement create command

Open Razaloc opened this issue 3 years ago • 2 comments

Implement the create subcommand, which should create the XML .bmap format from a local image file.

Razaloc avatar Sep 28 '22 13:09 Razaloc

Tagging as wishlist since bmap-tools is fine to install in a build environment, but this feature would be nice-to-have.

obbardc avatar Sep 30 '22 08:09 obbardc

quick-xml, already imported and used to read xml, can write them so it should most likely be implemented using it.

Razaloc avatar Jan 09 '23 12:01 Razaloc