Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

How to compress multiple in VC++using IPPI

jayender
Beginner
523 Views
Hi,
I need to know , how to compress multiple files.. i saw the sample which is useful to know the compressing a single file but i need to compress multiple files.
waiting for ur response.
thanks,
Jayender
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
523 Views

Hello,

Such utilities as gzip, bzip2 and etc can not compress set of files, but they can work with the tar utility together. The tar don't compress files but can pack multiple files into one. You should meet *.tar.gz (or *.tgz) extension of files.

Regards,
Vladimir

0 Kudos
Reply