prccowboy Posted September 13, 2022 Posted September 13, 2022 (edited) folks still seem to be having trouble following @SinusoidDelta instructions, so I'm going to repeat his instructions (without the links) and add example screenshots from my install to clarify 1. Install the GIMP dds plugin example: 2. Download the Microsoft DirectXTex utility called texconv.exe. Extract it to a folder and make note of the directory. example: 3. Download python script. Open file-dds-texconv.py in Notepad++. Now enter the full directory for your texconv.exe binary from the previous step. Save file-dds-texconv.py example: note the direction of the slash. it is / not \ 4. Paste file-dds-texconv.py in your gimp plug-in folder (eg, Program Files\GIMP 2\lib\gimp\2.0\plug-ins Using the above method to install the plugins, I have TWO dds file type options when exporting: The first exports BC7 format and the second type allows the option of all other dds compression formats. Edited September 13, 2022 by prccowboy 2
RustyGunner Posted September 13, 2022 Posted September 13, 2022 Nice instructions prccowboy. I have been using this method for a couple of years now but my line 7 in the python script is: BINARY = "C:/Program Files/GIMP 2/texconv.exe" (no triple quotes) GIMP (2.10.30) seems to work fine importing and exporting the different DDS files. Not sure why triple quotes should be needed.
prccowboy Posted September 13, 2022 Posted September 13, 2022 (edited) 50 minutes ago, RustyGunner said: Not sure why triple quotes should be needed. It might not be required. Honestly, my python is rusty, and I hate code syntax in general so if it works, I don't question it and credit for the instructions to SinusoidDelta. I was just adding examples of my install Edited September 13, 2022 by prccowboy
Chewmann Posted April 19, 2023 Posted April 19, 2023 I am not getting the "DDS" file format in the list in the "Select File Type". I do see the "DDS Image" though, which doesn't work. It pops the error "Unsupported file format DXGI 98". Any suggestions? I am using GIMP 2.10.32. null
titi69 Posted July 23, 2024 Posted July 23, 2024 work fine but it doesnt export all visible layer for BC7 of my psd, with other option i have possibility to select all visible layers is there a way to force it?
western_JPN Posted July 23, 2024 Posted July 23, 2024 7 hours ago, titi69 said: work fine but it doesnt export all visible layer for BC7 of my psd, with other option i have possibility to select all visible layers is there a way to force it? When the texture doesn't contain (isn't needed in DCS) transparent alpha-channel , Do mouse right button click on layers and choose "Flatten Image" before exporting. When the texture needs transparent alpha-channel, choose "Merge Visible Layers". How the results are for you ? Modules: A-10C/II, F-4E, F-5E(Re), F-14A/B, F-15E, F-16C, F/A-18C, AV-8B, FC3, Ka-50-2/3, UH-1H, Mi-8MTV2, SA342, Mi-24P, AH-64D, CH-47F, P-51D Maps: Nevada, PG, Syria, SA, Sinai, Kola, Afghanistan, Iraq, CW Germany, Channel, Normandy2.0 Assets etc.: CA, Sc, WW2AP Mods and Skins in User Files: files/filter/user-is-western0221/
titi69 Posted July 23, 2024 Posted July 23, 2024 Thank you for the tips , i finally used the following option, it just create another layer ,just need to select this new layer before exporting , and it doesnt modify all other layers by merging them as i need to reuse this PSD with different layer base on pilot name or board number for example it seems simmilar to your 2nd option and result seems to be fine null
Recommended Posts