user900955
user900955

Reputation: 1

How to store multiple image in a single file

I want to store images like finger prints and data in a single file so i can send that file via mail.Can anyone help me out here.

thanks.

Upvotes: 0

Views: 277

Answers (1)

Tridus
Tridus

Reputation: 5081

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.

Upvotes: 1

Related Questions