Texconv problem

If you have any questions on programming, this is the place to ask them, whether you're a newbie or an experienced programmer. Discussion on programming in general is also welcome. We will help you with programming homework, but we will not do your work for you! Any porting requests must be made in Developmental Ideas.
Post Reply
User avatar
lerabot
Insane DCEmu
Insane DCEmu
Posts: 134
https://www.artistsworkshop.eu/meble-kuchenne-na-wymiar-warszawa-gdzie-zamowic/
Joined: Sun Nov 01, 2015 8:25 pm
Has thanked: 2 times
Been thanked: 19 times

Texconv problem

Post by lerabot »

I've been trying to switch from .png to a ARGB1555 format using texconv and the output I get is not the same as some example I get.

For some reason the heard is always wierd if I check it in hex view.
Link to the file -> https://magnes.neocities.org/spritesheet.tex.png
(This is actually a .tex file, rename it or open it in a text editor.)

This is what I used to convert it.

Code: Select all

texconv -i spritesheet.png -o spritesheet.tex -p spritesheet_prev.png -f ARGB1555
The original image is a .png made in GIMP.
Also, my version of texconv is from the git repo.

I've tried my code with another tex file (from kazade's GLdc's repo) and it worked perfectly.
User avatar
lerabot
Insane DCEmu
Insane DCEmu
Posts: 134
Joined: Sun Nov 01, 2015 8:25 pm
Has thanked: 2 times
Been thanked: 19 times

Re: Texconv problem

Post by lerabot »

Turns out the file was fine. The loader was the problem. Feel free to delete this topic.
Post Reply