Clinton Ingram
Clinton Ingram
This is handled better in v0.15.0. Some conversions will still be missing on Server Core, but the error message will be more useful.
> Obviously my embed target needs to run before the assembly is generated but I think InheritDoc is maybe set to run after that? Yeah, the XML file is generated...
Hmmm... I'm not sure how that would work. Both the XML doc file and the output assembly are produced by the `CoreCompile` target (which is called as part of outer...
Thanks for the report, but I'm not able to reproduce this after having tried lots of transparent PNG inputs. Can you provide an input image that fails, as well as...
Thanks @fengqiaoyexia, I see the issue now.
This is fixed in v0.15.0. Thanks again for the report!
This looks good from a functional standpoint, but it's not something I'd accept for inclusion in the main library in its current state. The implementation is not really in keeping...
> I don't think ManagedCodecs currently have binary distribution It's not shipped as a package today, but there's no reason it couldn't be. I'm planning to get some work done...
Thanks for the report. I see the same when using the WIC codecs. Worth noting it does not repro when using the [libwebp plugin](https://www.nuget.org/packages/PhotoSauce.NativeCodecs.Libwebp/1.3.2-preview3). Edit: Oops, I missed your comment...
Turned out this was just some bogus validation in the WIC codec. It errors if the pixel buffer's stride is larger than the buffer itself. Fixed in https://github.com/saucecontrol/PhotoSauce/commit/47ddfd62979a3c40c3883cf5adb3457f03176f02 Thanks again...