Ctr-gputextool 3DS: Difference between revisions
From GameBrew
More actions
m Text replacement - "| licence" to "| license" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
| title = ctr-gputextool | |title=ctr-gputextool | ||
| | |description=3DS GPU texture conversion tool. | ||
| | |author=yellows8 | ||
| lastupdated = 2015/11/26 | |lastupdated=2015/11/26 | ||
| | |type=PC Utilities | ||
| | |version=2015 | ||
| | |license=Mixed | ||
| | |download=https://dlhb.gamebrew.org/3dshomebrew/ctr-gputextool.rar | ||
| source = | |website=https://github.com/yellows8/ctr-gputextool | ||
|source=https://github.com/yellows8/ctr-gputextool | |||
}} | }} | ||
<youtube>oQsZ_MCmht4</youtube> | <youtube>oQsZ_MCmht4</youtube> | ||
Revision as of 13:54, 29 October 2021
| ctr-gputextool | |
|---|---|
| General | |
| Author | yellows8 |
| Type | PC Utilities |
| Version | 2015 |
| License | Mixed |
| Last Updated | 2015/11/26 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a tool for converting PNGs to raw 3DS GPU textures / .bclim, currently only the A4 color-format is supported. This is a *native* tool, *not* .NET.
Credits:
- The utils.* and types.h files are from ctrtool.
- The tiling code is based on the code from here: https://github.com/devkitPro/3dstools/blob/master/src/smdhtool.cpp
- This tool as a reference for the BCLIM file format: https://github.com/kwsch/png2bclim