-
**Describe the bug**
The rendered image from the DICOM image does not match how the study looks on the US machine
Here is a screen shot from the machine:
![Screenshot 2023-06-26 114611](https://…
-
It would be really cool, if this tool would support the heic format from apple.
Currently it seems to not support it.
-
**Describe the bug**
I'm currently facing the problem that I cannot convert/render a DICOM image to a png/jpg. I'm following the documentation, but unfortunately I'm always getting the Exception of t…
-
**Describe the bug**
I'm trying to render a Dicom to an image through either the System.Drawing image renderer or the ImageSharp one. In both cases, I keep getting the following error:
```
Fellow…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have verified that I am running the latest version of ImageSharp
- [X] I have verified if the problem exist in both `DEBUG` an…
-
System.Runtime.InteropServices.COMException (0x80004005): The parameter is incorrect.
---> System.Runtime.InteropServices.COMException (0x80070057): GetResults failed
at Avalonia.Win32.Win32Com.…
-
The existing `LeagueToolkit.IO.Extensions` project seems like a good place, or it could potentially be renamed to `LeagueToolkit.Toolkit` or something.
The original rationale for this additional pr…
-
**Describe the bug**
In ImageHeader.cs method GetPixelSizeFromSvg you need to add the DtdProcessing = DtdProcessing.Parse like this:
line 251:
`using (var reader = XmlReader.Create(input, new Xml…
-
### 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 …
-
Hi Ststeiger,
The latest 1.1.29 version failed on this line:
"XImage img = XImage.FromFile(path)"
Exception is about the missing SixLabors.Core reference
Revert to 1.1.26 works fine.