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

Static UIC

Aris_Basic
New Contributor I
415 Views
is it possible to build UIC as static libraries ? so i can link it statically with my app ?
has someone created such VisualStudio solution ?
0 Kudos
5 Replies
Vladimir_Dudnik
Employee
415 Views
Hello,

It is possible to build UIC codecs as static libraries although we do not provide VisualStudio solution forthat.
You can create such solution by yourself, just make sure you do not define UIC_DLL_EXPORTS and UIC_W32_DLL macro at compilation stage.

Regards,
Vladimir
0 Kudos
Aris_Basic
New Contributor I
415 Views
a question about jpeg2000 codec within uic, doe sit support multiple progression level encoding (and decoding) ?
ad does it allow extracting specific progression levels and precincts out of j2k file (needed for JPIP)
0 Kudos
Vladimir_Dudnik
Employee
415 Views
UIC JPEG2000 encoder has hard coded progression level encoding and there is no support for different progressions yet.
UIC JPEG2000 decoder do support all progressions defined in JPEG2000 specification. Unfortunately we do not provide an interface in UIC to extract specific progression levels or precincts.

Vladimir
0 Kudos
Aris_Basic
New Contributor I
415 Views
are there plans to add those functionalities ?
it would be required for any kind of JPIP implementation based on this encoder/decoder.
0 Kudos
Vladimir_Dudnik
Employee
415 Views
We do not have immediate plans to add such functionality to JPEG2000 sample. Could you please share your opinion why JPIP functionality is important for your application?

Regards,
Vladimir
0 Kudos
Reply