App Crash While loading large DPI images in Linux #18731
-
Beta Was this translation helpful? Give feedback.
Answered by
jeromelaban
Nov 8, 2024
Replies: 1 comment
-
Thanks for the report. Could you tell how the app is crashing? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nitish14s
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the report.
ImageSource
does not yet theDecodePixelWidth
/DecodePixelHeight
properties that can restrict the decoding size, but you can use SkiaSharp directly to decode the image and reduce its size.Could you tell how the app is crashing?