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

Notification

Icon
Error

Options
Go to last post Go to first unread
ChingYen  
#1 Posted : Sunday, February 27, 2011 4:16:52 AM(UTC)
ChingYen

Rank: Advanced Member

Groups: Member
Joined: 3/3/2008(UTC)
Posts: 185

Thanks: 8 times
We need to load a lot of image into system at once. We figure out that it's kind of slow if we just load in the original image. Just wondering, how can we do this

Code:
tmpBitmap.Save(System.IO.Path.Combine(fi.DirectoryName
    , (System.IO.Path.GetFileNameWithoutExtension(fi.FullName) + ".preview"))
    , new Aurigma.GraphicsMill.Codecs.JpegEncoderOptions(80, true));

where it reduced the image quality (not so significant) without saving it to temp file? Please advise.

Edited by moderator Sunday, February 27, 2011 5:35:38 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Tuesday, March 1, 2011 1:28:41 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups:
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Ching-Yen,

Unfortunately, there is no way, which allows not saving temporary bitmap to file or memory stream.

Best regards,

Dmitry Obukhov

Technical Support. Aurigma, Inc.

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.