You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the extension ToWriteableBitmap(), on an image, that has a DPI that is E.g. 300, the WriteableBitmap image is not rendered correctly. And it will often crash the application with exception message Invalid size returned for Measure.
Steps to Reproduce
Call ToWriteableBitmap() on for example a raw camera photo like an .CR3 file.
The text was updated successfully, but these errors were encountered:
Magick.NET version
Magick.NET.AvaloniaMediaImaging 1.0.1
Environment (Operating system, version and so on)
Windows
Description
When using the extension ToWriteableBitmap(), on an image, that has a DPI that is E.g. 300, the WriteableBitmap image is not rendered correctly. And it will often crash the application with exception message
Invalid size returned for Measure
.Steps to Reproduce
Call ToWriteableBitmap() on for example a raw camera photo like an .CR3 file.
The text was updated successfully, but these errors were encountered: