Rank: Advanced Member
Groups: Guest
Joined: 3/29/2010(UTC) Posts: 81
Thanks: 10 times
|
Hello , I am doing project in c# with aurigma graphicmills, actually , i have to load image into bitmap viewer by using code "_bmpViewer.Bitmap = new Aurigma.GraphicsMill.Bitmap(image);" . The "new" will create memory space at every time when ever we load image,thats why the application become slow .Do you have any other method to load image into bitmapviewer with out usig "new"..
|
|
|
|
Rank: Advanced Member
Groups: Guest
Joined: 3/9/2008(UTC) Posts: 554
Was thanked: 1 time(s) in 1 post(s)
|
Hello, You can try to use the following code: Code:_bmpViewer.Bitmap.Load(image);
However it is not noticeably faster, but try it. Could you please describe this problem a bit detailed. What picture you try to load in Bitmap Viewer? "...the application become slow" - How long does Graphics Mill take to load the image? Also you can post the code snippet here. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.