Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
Noufal123  
#1 Posted : Wednesday, May 12, 2010 1:26:44 PM(UTC)
Noufal123

Rank: Advanced Member

Groups: Member
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"..
Tamila  
#2 Posted : Wednesday, May 12, 2010 1:49:53 PM(UTC)
Tamila

Rank: Advanced Member

Groups:
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.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
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.