-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Create a image with two layers of the same size
2. Save the DDS with options:
Compression: None
Format: L8A8 or L8
Save: As texture array
Mipmaps: No Mipmaps
3. Close image
4. Try to load image: Unknown DXGI format: Expect problems...
What is the expected output? What do you see instead?
Image loaded correct
What version of the product are you using? On what operating system?
3.0.1 (I think) on Windows
Please provide any additional information below.
When GIMP DDS saves in DX10 (fourCC) format, the pixel format (DDS_PIXELFORMAT)
is empty.
I'm unsure about the specs. But, if you filled out the pixel format when
DXGI_FORMAT is set to DXGI_FORMAT_UNKNOWN, it would still be possible to load
the image correct.
As I said, I'm not sure it's the "right"/"correct" think to do - but, it may be
worth considering...
Thank you for this great piece of software! :)
Original issue reported on code.google.com by nikla...@gmail.com on 10 Feb 2014 at 11:34
Reactions are currently unavailable