Search found 5 matches

by Moff
Tue Jan 09, 2024 5:07 pm
Forum: Customization
Topic: About writing a file type support plugin.
Replies: 2
Views: 3535

Re: About writing a file type support plugin.

cday wrote: Tue Jan 09, 2024 3:58 pm Just a thought: XnView Classic is 32-bit, are you testing the plugin you created on XnView MP 32-bit?
Of course... not. :D Well, i tried the 32bit version now, it doesn't seem to work with it either. Tried recompiling the plugin for 64bit, also no luck.
by Moff
Tue Jan 09, 2024 3:45 pm
Forum: Customization
Topic: About writing a file type support plugin.
Replies: 2
Views: 3535

About writing a file type support plugin.

Hi. I wanted to try my hand at writing a plugin to support an additional image format in XnView MP, but i don't have any experience writing custom dll libraries, and i've been searching this forum up and down and couldn't find any information on the subject.

I found PluginsSDK-win.zip from years ...
by Moff
Tue Aug 22, 2023 9:00 am
Forum: MP - Suggestions
Topic: Add support for more .dds texture compression formats.
Replies: 3
Views: 1730

Re: Add support for more .dds texture compression formats.

Bumping cause i only now realized that XnView actually does support both BC4 and BC5, it just doesn't recognize FourCCs that some of the encoders write. It seems to expect FourCC for those formats to be "BC4U" and "BC5U", while they could also be "ATI1" and "ATI2" respectively (https://github.com ...
by Moff
Wed Mar 29, 2023 10:33 pm
Forum: MP - Suggestions
Topic: Add support for more .dds texture compression formats.
Replies: 3
Views: 1730

Add support for more .dds texture compression formats.

More specifically, BC4 and BC5 compression, which is fairly common in modern video games.

The problem i have is not just that XnView doesn't open .dds files in these formats, which is unfortunate, but i have other programs which can do that, but if you have XnView's browser set to only display ...