creating a db file with thumbnails, how to?
-
So what I need to do is to create a .db file that will contain all thumbnails of pictures in the folder. I need to be able to save to this file and to load thumbnails from it. I have to idea how to write for example several bitmaps to just one file and how to obtain them from it. Would you please help me or give links to some info? Thanks in advance
-
So what I need to do is to create a .db file that will contain all thumbnails of pictures in the folder. I need to be able to save to this file and to load thumbnails from it. I have to idea how to write for example several bitmaps to just one file and how to obtain them from it. Would you please help me or give links to some info? Thanks in advance
You could zip al thsi thumbnalis into one file... And then unzip when you need them. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
You could zip al thsi thumbnalis into one file... And then unzip when you need them. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
yeah...that looks like an option, but there still should be a way how to do it using just one file thanks anyway
If you will zip all your images then you will get one file... you can also look at pk3 or make your onw format. You just have to find out a way to split different fiels inside your file... -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
If you will zip all your images then you will get one file... you can also look at pk3 or make your onw format. You just have to find out a way to split different fiels inside your file... -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!
-
great, yeah, I think i'll try this and one more question, do you know where can I find examples of working with archives in c#? tried to search through MSDN but had no luck
#ziplib from ic#code -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!