How to store multiple image in a single file
I want to store images like finger prints and data in a single f开发者_StackOverflow社区ile so i can send that file via mail.Can anyone help me out here.
thanks.
Best way to do this is with a zip file. If you're doing it from the desktop, just use a tool like IzArc or the built in zip tool.
If you're doing it in code from an application, DotNetZip is a library that can help you and has a lot of examples on how to use it.
精彩评论