开发者

How to store multiple image in a single file

开发者 https://www.devze.com 2023-03-29 15:50 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消