DSgfxconverter: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox DS Homebrews |title=DSgfxconverter |image=dsgfxconverter.png |description=A gfx converter. |author=Delphare |lastupdated=2006/08/12 |type=File Operation |version=update |license=Mixed |download=https://dlhb.gamebrew.org/dshomebrew/dsgfxconverter.7z |website=https://web.archive.org/web/20220104122452/https://www.neoflash.com/forum/index.php/topic,2860.0.html |source= }} PC based application that can convert your .jpg, .bmp, .pcx, .png, .tga and .gif graphics ima..." |
m Text replacement - "|download=https://dlhb.gamebrew.org/dshomebrew/" to "|download=https://dlhb.gamebrew.org/dshomebrew2/" |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
|version=update | |version=update | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/ | |download=https://dlhb.gamebrew.org/dshomebrew2/dsgfxconverter.7z | ||
|website=https://web.archive.org/web/20220104122452/https://www.neoflash.com/forum/index.php/topic,2860.0.html | |website=https://web.archive.org/web/20220104122452/https://www.neoflash.com/forum/index.php/topic,2860.0.html | ||
|source= | |source= | ||
}} | }} | ||
PC based application that can convert your .jpg, .bmp, .pcx, .png, .tga and .gif graphics images to a .bin file, which can be used for 3D textures in your game. | PC based application that can convert your .jpg, .bmp, .pcx, .png, .tga and .gif graphics images to a .bin file, which can be used for 3D textures in your game. | ||
It was presented in the NEO Summer Coding Compo 2006 (NDS Apps). | |||
== Features == | == Features == | ||
| Line 45: | Line 47: | ||
== External links == | == External links == | ||
* NeoFlash - [https://web.archive.org/web/20220104122452/https://www.neoflash.com/forum/index.php/topic,2860.0.html https://www.neoflash.com/forum/index.php/topic,2860.0.html] (archived) | * NeoFlash - [https://web.archive.org/web/20220104122452/https://www.neoflash.com/forum/index.php/topic,2860.0.html https://www.neoflash.com/forum/index.php/topic,2860.0.html] (archived) | ||
[[Category:NEO Summer Coding Compo 2006]] | |||
Latest revision as of 04:57, 16 August 2024
| DSgfxconverter | |
|---|---|
| General | |
| Author | Delphare |
| Type | File Operation |
| Version | update |
| License | Mixed |
| Last Updated | 2006/08/12 |
| Links | |
| Download | |
| Website | |
PC based application that can convert your .jpg, .bmp, .pcx, .png, .tga and .gif graphics images to a .bin file, which can be used for 3D textures in your game.
It was presented in the NEO Summer Coding Compo 2006 (NDS Apps).
Features
- Convert textures .jpg, .bmp, .pcx, .png, .tga and .gif to .bin file for textures for 3D object.
- Support the 3D blending.
User guide
There are 5 parameters when converting textures to .bin:
- The filename of the texture.
- The filename of the .bin file.
- The 3 rgb values (0 - 255) (see convert.bat in the zip).
There are 4 parameters when converting a .bin file to .jpg, .bmp, .pcx, .tga:
- The filename of the .bin file.
- The width of the texture.
- The height of the texture.
- The filename of the texture(see convert2.bat in the zip).
Screenshots
Changelog
2006/08/12
- Add .gif file support.
- Add a function to convert .bin file to .jpg, .bmp, .pcx, .tga.
2006/08/10
- Initial release.
External links
- NeoFlash - https://www.neoflash.com/forum/index.php/topic,2860.0.html (archived)