-
What version of SQLitePCLRaw are you using?
**2.1.9**
If you are using one of the SQLitePCLRaw bundle packages, which one?
**SQLitePCLRaw.bundle_green**
What platform are you running on? What…
-
### Background and motivation
I would like you to implement a drawing API that works on Windows and Linux. The developer of the form middleware says that it is not possible to develop .NET because …
-
Theres a repeating need for methods to load Image to bitmap, we should provide performant builtin API for that.
EDIT 1:
System.Drawing.Bitmap are now supported by a separate package, [read more](h…
-
From: https://developercommunity.visualstudio.com/content/problem/1114429/could-not-aot-the-assembly-1.html?childToView=1116493#comment-1116493
## Steps to Reproduce
Download repro (https://micr…
-
经查询,本项目用到了QRCoder依赖,且项目已转成.net 6: #210。但是如标题所示,这会存在问题……
现QRCoder已考虑转为ImageSharp,然而QRCoder也在等待ImageSharp 2.0的进度。
详见:https://github.com/codebude/QRCoder/issues/315
目前有2个建议方法:
1. 是先转回.net 5
2. 参考htt…
-
System.Runtime.InteropServices.COMException (0x80004005): The parameter is incorrect.
---> System.Runtime.InteropServices.COMException (0x80070057): GetResults failed
at Avalonia.Win32.Win32Com.…
-
クリスマスカード、年賀状といった画像生成botを作るために、ImageSharpベースの画像処理APIを実装する。バックエンドが変わってもAPIに影響しないように、抽象化 API を策定する
以下、APIを用いたプログラムのイメージ、変わるかも
```cs
using System.Drawing;
var image = core.CreateImage(400, 300, Co…
-
Currently we are using the ImageSharp `MemoryAllocator` to do all our array pool requests. It turns out that the default bucket sizes for the allocator we are using are quite small (6,16). We likely w…
peppy updated
2 years ago
-
It would be really cool, if this tool would support the heic format from apple.
Currently it seems to not support it.
-
I'm doing some tests to determine whether System.Drawing, libpng or ImageSharp is fastest for decoding PNG images.
During these tests, consistently get a crash on Ubuntu 16.04:
```
*** Error in…