Jump to content

Loading images into memory


Recommended Posts

I have been developing a Batch image resizing program with dotnet framework and came accross the same problem as paint.net has with regards to only allowing images that can fit to available ram.

BUT

Why doesnt dotnet offload what it cant store in ram to the pagefile (virtual)? I thought that if a program requires more ram than available, the windows kernel passes other programs on to pagefile.

Can anyone explain why dotnet fails to use vram???

Thanks

Andy

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...