Tim
Tim
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
tysm !
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
ahh ok awesome
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
how does using worked in that context?
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
tyyy
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
woohoo that all seemed to work!
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
ah its jpeg lol
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
hmm doesnt seem to work when i add that to it
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
is jpgfromat a package? its not recogfnzied
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
what am i missing?
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
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);
}
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);
}
this isnt right but its what i have so far
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
to load the images
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
do you happen to know the method for imagesharp
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
Is it sixlabors.imagesharp?
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
Ohh
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
like I do for this one
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
But woudl i be able to get it into a bitmap datatype
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
thanks for the help
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
Gothca
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
like a diff method or smth
56 replies
CC#
Created by Tim on 8/23/2024 in #help
Getting Out of Memory Exception when loading in images
nah thats fine, i just meant would there be a way to use the existing images still
56 replies