More actions
(Created page with "{{Infobox-3DS-Homebrews | title = bannertool | image = https://dlhb.gamebrew.org/3dshomebrew/bannertool-3DS.jpg|250px | type = PC Utilities | version = v1.2.0 | lastupdated =...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = bannertool | | title = bannertool | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/bannertool | | image = https://dlhb.gamebrew.org/3dshomebrew/bannertool.png|250px | ||
| type = PC Utilities | | type = PC Utilities | ||
| version = v1.2.0 | | version = v1.2.0 | ||
Line 8: | Line 8: | ||
| author = Steveice10 | | author = Steveice10 | ||
| website = https://github.com/Steveice10/bannertool | | website = https://github.com/Steveice10/bannertool | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/ | | download = https://dlhb.gamebrew.org/3dshomebrew/Bannertoolv1.2.0.7z | ||
| source = https://github.com/Steveice10/bannertool | | source = https://github.com/Steveice10/bannertool | ||
}} | }} | ||
==bannertool== | |||
A tool for creating 3DS banners. | |||
==How to build (Using Docker)== | |||
* docker build -t bannertool-builder. | |||
How to build (Using Docker) | * docker run --name bannertool-builder bannertool-builder | ||
docker build -t bannertool-builder . | * docker cp bannertool-builder:/bannertool/output/bannertool.zip. | ||
docker run --name bannertool-builder bannertool-builder | |||
docker cp bannertool-builder:/bannertool/output/bannertool.zip . | ==changelog== | ||
'''1.2.0''' | |||
* Fix LZ11 compression. | |||
* Fix UTF-8 to UTF-16 string conversion. | |||
* Remove an incorrect image depth check. | |||
* Split and fix SMDH match-maker IDs. | |||
* Update stb_image. | |||
[[Category:PC utilities for 3DS homebrew]] | [[Category:PC utilities for 3DS homebrew]] |
Revision as of 10:48, 29 September 2021
bannertool
A tool for creating 3DS banners.
How to build (Using Docker)
- docker build -t bannertool-builder.
- docker run --name bannertool-builder bannertool-builder
- docker cp bannertool-builder:/bannertool/output/bannertool.zip.
changelog
1.2.0
- Fix LZ11 compression.
- Fix UTF-8 to UTF-16 string conversion.
- Remove an incorrect image depth check.
- Split and fix SMDH match-maker IDs.
- Update stb_image.