-
Notifications
You must be signed in to change notification settings - Fork 18
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) Some dds files are not readable. #107
Comments
Feel free to upload a sample image of this problem |
Here is the image DDS |
That image looks to be readable. The end result is that the image can be displayed but it looks off as the image lacks a blue channel and Pfim kinda wants to shoehorn one in. Is that what this issue is about, that images that lack a specific color channel look incorrect? |
I'm getting System.NotImplementedException: The method or operation is not implemented.
|
Yeah that Pfim/src/Pfim.Viewer.Forms/Form1.cs Lines 35 to 60 in 1453594
|
I know this is a known issue, I want to read a dds file on runtime in Unity. pfim already supports more dds types than Unity on runtime. but some DDS files do not seem to be readable. I'm not exactly sure what type of DDS file it is. photoshop seems to read it without issues using the Nvidia plugin. In Photoshop is a single gray channel image. Any idea if it would anytime possible to read this kind of DDSs?
The text was updated successfully, but these errors were encountered: