You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using IIPsrv 0.9.9 and planning to upgrade to latest version. We have kakadu license but facing issue in adding kakadu support in latest version of IIPsrv source code using visual studio 2022 IDE.
Can you please tell me how to do the same or provide any reference specific to Windows env & Visual Studio 2022?
Regards
Manmeet
The text was updated successfully, but these errors were encountered:
I haven't actually tried this myself, so this may not work 100%, but it should be quite straightforward:
Define HAVE_KAKADU and HAVE_KAKADUMETANODE (if using Kakadu 7A or later) in Visual Studio. Then make sure you add a number of object files generated by the Kakadu build process to the iipsrv build:
jpx.o jp2.o kdu_stripe_decompressor.o
plus a number of others which will depend on your config and version: ssse3_stripe_transfer.o (if SSE3 enabled) avx2_stripe_transfer.o (if AVX2 enabled) kdu_client_window.o (if this exists) supp_local.o (if this exists)
Then to run iipsrv, make you copy across the Kakadu library dll to the iipsrv runtime folder
Hi
We are using IIPsrv 0.9.9 and planning to upgrade to latest version. We have kakadu license but facing issue in adding kakadu support in latest version of IIPsrv source code using visual studio 2022 IDE.
Can you please tell me how to do the same or provide any reference specific to Windows env & Visual Studio 2022?
Regards
Manmeet
The text was updated successfully, but these errors were encountered: