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
I getting crashes or issues on generating thumbnail
java.lang.UnsatisfiedLinkError: No implementation found for int[] com.zomato.photofilters.imageprocessors.NativeImageProcessor.applyRGBCurve(int[], int[], int, int) (tried Java_com_zomato_photofilters_imageprocessors_NativeImageProcessor_applyRGBCurve and Java_com_zomato_photofilters_imageprocessors_NativeImageProcessor_applyRGBCurve___3I_3III)
at com.zomato.photofilters.imageprocessors.NativeImageProcessor.applyRGBCurve(Native Method)
at com.zomato.photofilters.imageprocessors.ImageProcessor.applyCurves(ImageProcessor.java:24)
at com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter.process(ToneCurveSubFilter.java:85)
at com.zomato.photofilters.imageprocessors.Filter.processFilter(Filter.java:101)
at com.zomato.photofilters.utils.ThumbnailsManager.processThumbs(ThumbnailsManager.java:32)
at ...PIPAct$10.run(PIPAct.java:926)
The text was updated successfully, but these errors were encountered:
I getting crashes or issues on generating thumbnail
The text was updated successfully, but these errors were encountered: