Ameisen

Results 9 comments of Ameisen

I believe that NET Standard 1.1 or 1.2 would work (as those reflect 4.5 and 4.5.1). I ended up implementing my own `Span` in my project.

Unfortunately, no. It's a mod for a game that relies on XNA, so the framework is pretty locked. What is needed in ImageSharp? (He isn't in the room right now,...

I don't need mipmaps, and I have zero use for standard formats. The input data is raw data (BGRA, RGBA, BGR, RGB), and I expect raw BCn results (I only...

I haven't had a chance to use it yet, I've been very busy at work and haven't had an opportunity to work on this project.

I could certainly do it, though I generally only push out release files once I solidify a set of changes and have heavily tested them locally. That is why there...

My local build resolves launch issues with older versions (< 1.15) and Forge. These were caused by dependency on libraries that themselves had dependencies in the JVM regarding reflection which...

Some of the compatibility issues here have been resolved, but not all of them. Once `javax` is fully forward-ported I'll be more comfortable closing this.

I've seen this happen in the past but not recently. If you could provide as much information as possible to try to figure out what's going on, I can look...

It's possible. I'd made changes, mainly for Windows, that changed how huge/large page detection was done so it could be used in more cases and would fall back to regular...