Important information: this site is currently scheduled to go offline indefinitely by end of the year.

Search found 4 matches

by Crackshot
Wed Jan 08, 2020 5:01 pm
Forum: Graphic file formats
Topic: .dds file format
Replies: 8
Views: 2839

Re: .dds file format

texconv is a command-line tool, you must run it from command prompt. :D Acewell after further reading last night I did figure that much out, I tried running it as a command prompt line and kept getting an error. Do you know of any video tutorials on how to do this, I tried searching for one with no...
by Crackshot
Wed Jan 08, 2020 1:52 am
Forum: Graphic file formats
Topic: .dds file format
Replies: 8
Views: 2839

Re: .dds file format

you can use texconv to convert to R11G11B10_FLOAT :D https://github.com/Microsoft/DirectXTex/wiki/Texconv texconv -f R11G11B10_FLOAT -px conv_ your.dds Thank you Acewell, I have downloaded the program but for some reason it can not get the program to open, it pops up for a split second and then clo...
by Crackshot
Tue Jan 07, 2020 5:34 pm
Forum: Graphic file formats
Topic: .dds file format
Replies: 8
Views: 2839

Re: .dds file format

DXGI_FORMAT_R11G11B10_FLOAT actually exists and there is some use for it, according to this twitter thread Yes it does and the game Farming Simulator 19 is utilizing it. They are using this format of .dds to control the shape of 3d rubber tracks with color spectrum. I can open the file and edit it ...
by Crackshot
Tue Jan 07, 2020 4:14 pm
Forum: Graphic file formats
Topic: .dds file format
Replies: 8
Views: 2839

.dds file format

Hello, I am in search of a program that I can save the following format of .dds file, can anyone help me with this? I have not been able to find anything that will do it yet. The format is as follows: Format 32 bits (float): 11 bits red, 11 bits green, 10 bits blue, Linear color space with ALPHA CHA...