Search found 4 matches
- Thu Mar 03, 2011 10:47 am
- Forum: Classic - Bug Reports
- Topic: [Bug] XnView generates wrong DDS header.
- Replies: 5
- Views: 2434
Re: [Bug] XnView generates wrong DDS header.
Well, it writes good dwFlags, but header size field is still wrong: 24 (0x00000018) instead of 124 (0x0000007C).
- Tue Sep 14, 2010 12:42 pm
- Forum: Classic - Bug Reports
- Topic: [Bug] XnView generates wrong DDS header.
- Replies: 5
- Views: 2434
Re: [Bug] XnView generates wrong DDS header.
Also you're writing wrong dwFlags field (next field after size). DirectX documentation says:
dwFlags
Flags to indicate which members contain valid data.
DDSD_CAPS Required in every .dds file.
DDSD_HEIGHT Required in every .dds file.
DDSD_WIDTH Required in every .dds file.
DDSD_PITCH ...
dwFlags
Flags to indicate which members contain valid data.
DDSD_CAPS Required in every .dds file.
DDSD_HEIGHT Required in every .dds file.
DDSD_WIDTH Required in every .dds file.
DDSD_PITCH ...
- Thu Sep 09, 2010 12:19 pm
- Forum: Classic - Bug Reports
- Topic: [Bug] XnView generates wrong DDS header.
- Replies: 5
- Views: 2434
Re: [Bug] XnView generates wrong DDS header.
Any updates on this? Confirmation or comments?
- Mon Jul 26, 2010 1:17 pm
- Forum: Classic - Bug Reports
- Topic: [Bug] XnView generates wrong DDS header.
- Replies: 5
- Views: 2434
[Bug] XnView generates wrong DDS header.
I'm working on a tool that handles 3D models and textures for our product. It uses NVTT (Nvidia Texture Tools) SDK for handling textures. Recently I received some DDS files generated by XNView that refuse to open in NVTT. After some investigation I have found that XNView writes wrong DDS header in ...