Hi, using the current version 14.3.0 and SkiaSharp Version 3.116.1 I get an AccessViolationException when trying to load in a JPG file.
Is this a known issue?
Here is the stacktrace:
|>|SkiaSharp.dll!SkiaSharp.SkiaApi.sk_pixmap_scale_pixels(System.IntPtr cpixmap, System.IntPtr dst, SkiaSharp.SKSamplingOptions* sampling) Line 7461|C#|
| |SkiaSharp.dll!SkiaSharp.SKPixmap.ScalePixels(SkiaSharp.SKPixmap destination, SkiaSharp.SKSamplingOptions sampling) Line 216|C#|
| |SkiaSharp.dll!SkiaSharp.SKBitmap.ScalePixels(SkiaSharp.SKPixmap destination, SkiaSharp.SKSamplingOptions sampling) Line 714|C#|
| |SkiaSharp.dll!SkiaSharp.SKBitmap.ScalePixels(SkiaSharp.SKBitmap destination, SkiaSharp.SKSamplingOptions sampling) Line 709|C#|
| |ThinkGeo.Core.dll!8RQ=.HBU=.JBU=(object image, int width, int height)|Unknown|
| |ThinkGeo.Core.dll!ThinkGeo.Core.GeoImage.Clip(ThinkGeo.Core.DrawingRectangle clippingRectangle, int clippingWidth, int clippingHeight)|Unknown|
| |ThinkGeo.Core.dll!ThinkGeo.Core.NativeImageRasterSource.GetImageCore(ThinkGeo.Core.RectangleShape worldExtent, int canvasWidth, int canvasHeight)|Unknown|
| |ThinkGeo.Core.dll!ThinkGeo.Core.RasterSource.GetImage(ThinkGeo.Core.RectangleShape worldExtent, int canvasWidth, int canvasHeight)|Unknown|
| |ThinkGeo.Core.dll!ThinkGeo.Core.RasterLayer.DrawCore(ThinkGeo.Core.GeoCanvas canvas, System.Collections.ObjectModel.Collection<ThinkGeo.Core.SimpleCandidate> labelsInAllLayers)|Unknown|
| |ThinkGeo.Core.dll!ThinkGeo.Core.Layer.BCA=(ThinkGeo.Core.GeoCanvas canvas, System.Collections.ObjectModel.Collection<ThinkGeo.Core.SimpleCandidate> labelsInAllLayers)|Unknown|
| |ThinkGeo.Core.dll!ThinkGeo.Core.Layer.Draw(ThinkGeo.Core.GeoCanvas canvas, System.Collections.ObjectModel.Collection<ThinkGeo.Core.SimpleCandidate> labelsInAllLayers)|Unknown|
| |ThinkGeo.UI.Wpf.dll!ThinkGeo.UI.Wpf.LayerTileView.DrawLayerAsync.AnonymousMethod__0()|Unknown|