R
Rocky
I have a vb.net service which copies images and resizes images from a local
directory to a remote one.
When I drop images into the local directory I get an out of memory error
after several images - the exception is on the following line.
Dim img As Image = Image.FromFile(path)
The machine has a GB of ram, and there is not a great deal running.
Each image is about 2000 x 2000 PIXELS
Thanks for any help in advance
directory to a remote one.
When I drop images into the local directory I get an out of memory error
after several images - the exception is on the following line.
Dim img As Image = Image.FromFile(path)
The machine has a GB of ram, and there is not a great deal running.
Each image is about 2000 x 2000 PIXELS
Thanks for any help in advance