Kael
Kael
I haven't properly figured out how to deal with images smaller than 4x4 for DDS', so that's why that doesn't work, although it should catch that exception. I'll track it...
Apologies, I got a bit distracted. I did some quick testing with the latest build on my end and didn't get any errors, so it might be fixed. Can you...
I've just uploaded a [new version](https://github.com/KFreon/CSharpImageLibrary/releases/tag/4.1), so see how that one goes. BUT it's API is a little different, just so you're aware. Hope it fixes the problem :) If...
Images with a dimension less than 4 aren't supported right now, don't know if/when I'll get to it. DXTn DDS' dimensions must be powers of 2, so that 111x20 will...
Sorry I can't be of more help, but the little eccentricities of DDS are time consuming to implement and, in my mind, don't affect things (who uses 4x4 mips for...
Yeah that's the thing I mentioned above, where DDS's can't handle dimensions that aren't powers of 2. Far as I know, nothing can be done about that for DDS'.
One day I'll get to figuring out how to make this work. To reiterate, the issue is that the dimensions must be divisible by 4, and while the initial dimensions...
Sorry about the lack of work on this. I've not had time to do anything but work. The heart of the issue is that the compression algorithm works on 4x4...
At present, I haven't properly implemented DX10 stuff, because I didn't need it. There's so many DX10 formats, so I was hoping I'd find time to figure out how to...
Thanks, hope it works for you. I'll take a look, although I plan on rewriting the underlying system that handles formats. It's difficult to add a new one, and it...