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
{{ message }}
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Hello and thanks for this project, it looks like exactly what I need!
I'm currently using Xamarin, and would like to incorporate this library. I'm a bit rusty with gradle, but managed to get the following files built:
libc++_shared.so
libspectrum.so
libspectrumcpp.so
libspectrumfbjni.so
libspectrumpluginjpeg.so
libspectrumpluginpng.so
libspectrumpluginwebp.so
These are in the android/sample/build/intermediates/transforms/stripDebugSymbol/release/0/lib/<arch> folder, but there are a number of others in other directories. Are these the correct ones that I should use?
I won't need the jni lib, but I'm assuming that I'll need the rest. What is the relationship between libspectrum.so and libspectrumcpp.so? Are they independent or is the cpp a wrapper for the other? I'll likely have to use or make a C interop API. Am I able to build static libs easily?
I also need AVIF encoding, and see that there is a plugin written already, but it appears to be decoding only, is that correct? The plugin is also missing, how would I go about building it?
I'd also like to update mozjpeg, so I'll be messing with that. Should be straightforward since the JPEG API didn't change.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello and thanks for this project, it looks like exactly what I need!
I'm currently using Xamarin, and would like to incorporate this library. I'm a bit rusty with gradle, but managed to get the following files built:
These are in the
android/sample/build/intermediates/transforms/stripDebugSymbol/release/0/lib/<arch>
folder, but there are a number of others in other directories. Are these the correct ones that I should use?I won't need the jni lib, but I'm assuming that I'll need the rest. What is the relationship between
libspectrum.so
andlibspectrumcpp.so
? Are they independent or is the cpp a wrapper for the other? I'll likely have to use or make a C interop API. Am I able to build static libs easily?I also need AVIF encoding, and see that there is a plugin written already, but it appears to be decoding only, is that correct? The plugin is also missing, how would I go about building it?
I'd also like to update mozjpeg, so I'll be messing with that. Should be straightforward since the JPEG API didn't change.
The text was updated successfully, but these errors were encountered: