-
**System (please complete the following information):**
- OS: Ubuntu 20.04
- Virtualization: Docker
- Clients: Browser
- Browser: Edge
- Jellyfin Version: 10.6.0
- Playback:
- Installed…
-
[PdfTest.pdf](https://github.com/UglyToad/PdfPig/files/13195917/PdfTest.pdf)
```C#
using (var document = UglyToad.PdfPig.PdfDocument.Open(pdfFilePath))
{
foreach (var page in document.GetPag…
-
### Analyzer
**Diagnostic ID**: [CA2000](https://learn.microsoft.com/en-nz/dotnet/fundamentals/code-analysis/quality-rules/ca2000): `Dispose objects before losing scope`
### Analyzer source
V…
-
**Description**
Cannot create Bitmap or Codec of a specific jpg image (attached).
The image is not corrupted, it can be opened in Windows Photos and other image viewers, it can be displayed by b…
-
Hey! This library looks amazing, so thank you first off for the hard work.
I was wondering if you'd considered componentizing the rendering pipeline such that we could install separate packages for…
-
We have created cross platform application in .Net MAUI with .Net 8 Latest Version. In app we have used **Emgu.CV.runtime.maui.macos.4.8.1.5350.nupkg** nuget package. when we use any operation related…
-
使用的OpencvSharp4绘制的, 代码如下, 是SKBitmap坐标系的问题吗
```cs
var yolo = new Yolov8("box.onnx", false);
yolo.SetupLabels(new string[] { "box" });
Mat mat = new Mat(dialog.FileName);//AppDomain.CurrentDomain.…
-
I use SKBitmap.Decode(stream) to create a Bitmap, when i need continue use this stream, i found it is dispose.
![sharex-20220928152228](https://user-images.githubusercontent.com/17793881/192715…
-
how can it be possible to have a screenshot of the displayed image?
maybe even offscreen?
merco updated
1 month ago
-
**Description**
After decoding and encoding image it's color is changed (blue color becomes brighter). The latest (1.68) version is used, tested on Windows.
**Code**
using (FileStream inputStre…