Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DDS support #1

Open
RoseHobgoblin opened this issue Jan 28, 2022 · 2 comments
Open

DDS support #1

RoseHobgoblin opened this issue Jan 28, 2022 · 2 comments

Comments

@RoseHobgoblin
Copy link

Not many image viewers available for Linux support .dds files, perhaps this one could. Alternatively it could utilise a plugin for viewing .dds files, though I am unaware of one's existance.

@nicopap
Copy link

nicopap commented Mar 11, 2023

For context, DDS is a compressed image format intended for GPU rendering. hmm, I'm not well versed in Qt or C++, but I can give this a try.

@nicopap
Copy link

nicopap commented Mar 11, 2023

Looks like .dds is supported natively by Qt. It's just that in the default distribution, the feature is turned off. It seems QEH relies entirely on the system's shared Qt library for its need, so I suspect you would need to fork your system's QT package and add the dds format to the QT compile flags. hmm. I'll do some more research maybe I can give more precise instructions.

More details in this forum thread: https://forum.qt.io/topic/115239/how-to-display-dds-files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants