Rank: Advanced Member
Groups: Guest
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
|
|
|
|
Rank: Advanced Member
Groups: Guest
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.
|
|
|
|
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.