Skip to content

QtFRED support dds files in the image picker#7472

Open
MjnMixael wants to merge 1 commit into
scp-fs2open:masterfrom
MjnMixael:qtfred-fix-image-picker-dds
Open

QtFRED support dds files in the image picker#7472
MjnMixael wants to merge 1 commit into
scp-fs2open:masterfrom
MjnMixael:qtfred-fix-image-picker-dds

Conversation

@MjnMixael
Copy link
Copy Markdown
Contributor

Image Picker would crash when a preview called for a dds image (mostly commonly squad logos). Qt doesn't support dds out of the box and while we could require qtimageformats to resolve that, I think it's a little cleaner in our case to use our existing dds utils as much as possible. We need a new minimal method to grab just the top mip, though, and hand back the pixel data directly in a way Qt can use.

@MjnMixael MjnMixael added fix A fix for bugs, not-a-bugs, and/or regressions. qtfred A feature or issue related to qtFred. labels May 19, 2026
@github-project-automation github-project-automation Bot moved this to Work In Progress (PRs) in qtFRED2 May 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix A fix for bugs, not-a-bugs, and/or regressions. qtfred A feature or issue related to qtFred.

Projects

Status: Work In Progress (PRs)

Development

Successfully merging this pull request may close these issues.

1 participant