The pictures i need to load are pretty big in mb size. I am trying to resize their dimensions in order to reduce the ram usage when they are loaded in pictureboxes(they dont need to be perfect in quality as its something like a preview. But the command PictureBox1.LoadAsync() needs an image location path. I want to resize the images and instatly load them to pictureboxes without saving them in a hard drive. Is that possible?
Any suggestions about it or any further questions\ways to reduce ram usage are appriciated..
(I solved the issue (from 5-6 ram usage to <2) by loading the thumbnails of the images)