1 page
^^
vv
List results:
Search options:
Use \ before commas in usernames
Edit history:
DJGrenola: 2017-01-18 01:06:07 pm
DJGrenola: 2017-01-18 11:32:51 am
DJGrenola: 2017-01-18 11:31:35 am
DJGrenola: 2017-01-18 10:26:22 am
DJGrenola: 2017-01-18 10:25:51 am
DJGrenola: 2017-01-18 10:25:06 am
DJGrenola: 2017-01-18 10:24:56 am
This is the texture viewer I wrote during Fontimus Prime's development in order to be able to view those non-standard ("fake-layered") font textures:

https://chexum.co.uk/entry.php?eid=94

Windows users will need to fetch themselves a copy of the 32-bit SDL2 runtime DLL from here (the latest version is currently this one) to run the provided win32 binary.

Users of other OSes will need to build from source.

Have fun.
Thread title: 
any plans to support the other image formats? I think a standalone TXTR viewer where you could just double click a texture and immediately view it would be really useful, and I've thought a bit about writing one myself recently. but if it only supports the C4/C8 ones then that seems kinda limited in terms of usefulness.
Edit history:
DJGrenola: 2017-01-23 09:07:52 am
DJGrenola: 2017-01-23 09:07:13 am
DJGrenola: 2017-01-22 06:31:47 pm
I know when I started on it I intended it to be a general texture viewer, but about half way through I realised this was a tertiary project I was only working on in order to be able to debug FP's output textures and I needed to get it done and get busy with the main event. Glancing at the code now it seems like I did add support for most of the simpler formats but didn't get round to DXT-1, so I imagine it might not be too much effort to make it load the lot. I haven't looked at the code properly in a year but txtr_to_texture() is probably where the relevant machinery is if someone else wants a crack at it. Otherwise I'll look into it when I have the inclination.