Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Data-compression_p in VC++ usign IPPI 5.0

jayender
Beginner
434 Views
i got the sample fromintel (name : : w_ipp-sample-data-compression_p_5.0.013.zip),
now i got to know whether is it posible to zip a folder through this method ?
if yes how should i go about it ?
thanks,
Jayender.

Message Edited by jayender on 02-14-2006 09:38 PM

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
434 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