链接已复制
5 回复数
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
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
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)
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
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
