More actions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
|version=1.2.0 | |version=1.2.0 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/3dshomebrew/ | |download=https://dlhb.gamebrew.org/3dshomebrew/bannertoolste.7z | ||
|website=https://github.com/Steveice10/bannertool | |website=https://github.com/Steveice10/bannertool | ||
|source=https://github.com/Steveice10/bannertool | |source=https://github.com/Steveice10/bannertool | ||
}} | }} | ||
bannertool is a tool for creating 3DS banners for Windows and Linux. | |||
== | ==Building== | ||
Using Docker: | |||
docker build -t bannertool-builder. | |||
docker run --name bannertool-builder bannertool-builder | |||
docker cp bannertool-builder:/bannertool/output/bannertool.zip. | |||
== | ==User guide== | ||
Usage: bannertool <command> <args> | |||
A brief guide can be found at [http://zalods.blogspot.com/2015/07/3ds-homebrew-tips-and-tricks-ii.html Zalo DS Blog]. | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrew/bannertoolste3.png | |||
https://dlhb.gamebrew.org/3dshomebrew/bannertoolste4.png | |||
https://dlhb.gamebrew.org/3dshomebrew/bannertoolste5.ong | |||
==Changelog== | |||
'''1.2.0''' | '''1.2.0''' | ||
* Fix LZ11 compression. | * Fix LZ11 compression. | ||
Line 28: | Line 40: | ||
* Update stb_image. | * Update stb_image. | ||
'''1.1.0''' | |||
* Major cleanup and code revision. | |||
==External links== | |||
* GitHub - https://github.com/Steveice10/bannertool | |||
[[Category:3DS homebrew applications]] | |||
[[Category:PC utilities for 3DS homebrew]] | [[Category:PC utilities for 3DS homebrew]] |
Revision as of 23:07, 16 March 2022
bannertool | |
---|---|
File:Bannertool.png | |
General | |
Author | Steveice10 |
Type | PC Utilities |
Version | 1.2.0 |
License | Mixed |
Last Updated | 2019/05/05 |
Links | |
Download | |
Website | |
Source | |
bannertool is a tool for creating 3DS banners for Windows and Linux.
Building
Using Docker:
docker build -t bannertool-builder. docker run --name bannertool-builder bannertool-builder docker cp bannertool-builder:/bannertool/output/bannertool.zip.
User guide
Usage: bannertool <command> <args>
A brief guide can be found at Zalo DS Blog.
Screenshots
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.
1.1.0
- Major cleanup and code revision.