private void GetTarget() { var image = SixLabors.ImageSharp.Image.Load(@"C:\Users\timo2\OneDrive\Desktop\The Grind\Personal Projects\PhotoMosaic\PhotoMosaicGenerator\downloaded_images\image_17.jpg"); _target = (Bitmap)System.Drawing.Image.FromStream(image); }