HighTechTalks DotNet Forums  

How to write array of bitmaps directly to disk

Dotnet FAQs microsoft.public.dotnet.faqs


Discuss How to write array of bitmaps directly to disk in the Dotnet FAQs forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Rithesh Pai
 
Posts: n/a

Default How to write array of bitmaps directly to disk - 08-18-2005 , 12:50 AM






Hi all,
I am converting avi files to series of bitmaps to enhance them.How
do I write this series into harddisk?
Also,one more issue that creeps in is if I write these to hard
disk,accessing them again in a sequence will also take up a lot of
resources.
Is there any way out???

regards
Rithesh



Reply With Quote
  #2  
Old   
Mona
 
Posts: n/a

Default Re: How to write array of bitmaps directly to disk - 08-25-2005 , 10:47 AM






Hi Rithesh,

Regarding the first issue of converting the avi files to a series of bitmaps
in order to enhance them, I would request you to please go through the
following code snippet :

START CODE

foreach (Bitmap b in arrayofbitmaps)
b.Save(Filename)

END CODE

Regarding the second issue of accessing this sequeb\nce taking a lot of
resources, I would suggest you to use the freeimage library. This will help
in gaining some speed, however a lot of memory will be used. However, since
a bitmap requires some extra memory usage than others, therefore it will
consume sme resources.

Hope this helps.

Best Regards,
Mona [Grapecity]

"Rithesh Pai" <rithesh (AT) sninform (DOT) com> wrote

Quote:
Hi all,
I am converting avi files to series of bitmaps to enhance them.How
do I write this series into harddisk?
Also,one more issue that creeps in is if I write these to hard
disk,accessing them again in a sequence will also take up a lot of
resources.
Is there any way out???

regards
Rithesh





Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.