G
George Yefchak
Hi folks,
I load a JPEG image, say around 300 kBytes, from disk as follows:
myBitmap = New Bitmap(openDlg.FileName)
I then make a copy of this as follows:
bmpImage = New Bitmap(myBitmap )
This 2nd call can take up to TEN SECONDS to execute. What's up with that?
Should I be doing this a different way?
Thanks,
--George
I load a JPEG image, say around 300 kBytes, from disk as follows:
myBitmap = New Bitmap(openDlg.FileName)
I then make a copy of this as follows:
bmpImage = New Bitmap(myBitmap )
This 2nd call can take up to TEN SECONDS to execute. What's up with that?
Should I be doing this a different way?
Thanks,
--George