libgdiplus
libgdiplus copied to clipboard
C-based implementation of the GDI+ API
I'm using the **System.Drawing.Common** NuGet package and the latest version of libgdiplus (v6.0.x). The following two fonts are installed and are present in the /usr/share/fonts directory: DejaVuSansCondensed.ttf DejaVuSans.ttf I'm instantiating...
I'm trying to draw a png image with a block of transparent on it. I'm using .Net Core 2.2 with System.Drawing.Common which uses libgdiplus on linux. The same code works...
OK: When running a Windows Forms app like NUnit GUI from TestCentric (testcentric.exe) at Ubuntu 18.04 and Mono 6.4 (latest stable), the app's main form opens ERROR: when clicking on...
Environment .NET Core 2.2 and Libgdiplus built from source Ubuntu 18.04 LTS If the string "DrawString" is Linux, it goes down a little. Source code for reproduction ``` using (var...
System.Drawing.Image.FromStream(stream, true); returns the image using a different color profile.
The current build instructions for builds with X11 support cause an outdated cairo to be used. There's Cairo 1.14.6 distributed with XQuartz and the suggested build command (in README.md) picks...
Reads as 32bpp, should not
There is a difference from GDI when using the interpolation of colors on a bitmap. Also with a bitmap with a width of 1 the interpolation is not complete and...
These functions do not respect current transformation matrix and page unit: GdipDrawImagePoints GdipDrawImagePointsI GdipDrawImagePointsRect GdipDrawImagePointsRectI Take a look at the following test (place in tests/testgraphicsdraw.c): ``` static void test_drawImagePoints_customPageUnitAndTransformation ()...
charsFitted and linesFitted output paramters values are 0 in case of text fitted in provided area and graphics's PageUnit is Point. The issue is reproducible under linux, but not reproducible...