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

ZLIB decompression

NSwindale
New Contributor I
801 Views

Not sure whether this is the right place for the question -

How can I decompress data compressed using ZLIB (or DEFLATE) compression? I'm using Visual Fortran oneAPI, 64 bit.

 

Nick Swindale

 

0 Kudos
1 Solution
VidyalathaB_Intel
Moderator
727 Views

Hi Nick,


>>You pointed to C libraries but are there fortran equivalents?

Unfortunately, there are no Fortran equivalents as the Intel IPP library is supported with C interfaces only.

If you have active priority support, we suggest you submit your request at https://supporttickets.intel.com/?lang=en-US


Regards,

Vidya.


View solution in original post

0 Kudos
4 Replies
VidyalathaB_Intel
Moderator
774 Views

Hi Nick,


Thanks for reaching out to us.

>>How can I decompress data compressed using ZLIB (or DEFLATE) compression?

Could you please let us know if using Inflate function helps in what you are looking for?

Please refer to the below link for more details regarding the same

https://www.intel.com/content/www/us/en/develop/documentation/ipp-dev-reference/top/volume-1-signal-and-data-processing/data-compression-functions/dictionary-based-compression-functions/zlib-coding-functions/inflate.html


Regards,

Vidya.


0 Kudos
NSwindale
New Contributor I
752 Views

Sorry, since I want to decompress it would be the inflate functions. You pointed to C libraries but are there fortran equivalents?

Thanks,

Nick

0 Kudos
VidyalathaB_Intel
Moderator
728 Views

Hi Nick,


>>You pointed to C libraries but are there fortran equivalents?

Unfortunately, there are no Fortran equivalents as the Intel IPP library is supported with C interfaces only.

If you have active priority support, we suggest you submit your request at https://supporttickets.intel.com/?lang=en-US


Regards,

Vidya.


0 Kudos
VidyalathaB_Intel
Moderator
688 Views

Hi Nick,


Thanks for accepting the solution.

Please post a new question if you need any additional assistance from Intel as this thread will no longer be monitored.


Have a Nice day!


Regards,

Vidya.


0 Kudos
Reply