Frederik Carlier
Frederik Carlier
I'd really appreciate an interim beta release. Historically, upgrading from one beta to another has been painful because of the breaking changes. Feels like it'd be easier to digest if...
I think this is a duplicate of #96
Yeah, so I gave that a try, using a cross-file like this: ``` [host_machine] system = 'linux' cpu_family = 'aarch64' cpu = 'armv8' endian = 'little' [binaries] c = 'clang'...
@reflectronic Really great to see new features being implemented in libgdiplus! I went through the process of getting .NET Core code to depend on a new version of libgdiplus. -...
That's odd. What output do you get if you `export LD_DEBUG=libs` (or `ENV LD_DEBUG=libs` in your Dockerfile) and then launch your .NET app?
Are you using a multi-stage build by any chance? Make sure you set `ENV LD_DEBUG=libs` in your final container, and not just a build container (which is later thrown away)....
Ah yes, my bad. LD_DEBUG is a glbc-thing, and Alpine runs on musl. I'd recommend you use another mechanism, like strace, to see what's going on. It's not my area...
I created this test because some of my code started failing when being used with libgdiplus 6.0.4 (which is the default on Ubuntu 20.04 and later). The libgdiplus 6.0 behavior...
Can you give the latest libgdiplus version (6.0.4) or master a try? A bunch of issues have been fixed recently.
(Partial) support for 48bpp and 64bpp PNG images was implemented in #49 about two years ago. Are you using the latest version of libgdiplus (currently 6.0.1)?