AndroidPhotoFilters icon indicating copy to clipboard operation
AndroidPhotoFilters copied to clipboard

AndroidPhotoFilters aims to provide fast, powerful and flexible image processing instrument for creating awesome effects on any image media.

Results 42 AndroidPhotoFilters issues
Sort by recently updated
recently updated
newest added

dlopen failed: library "libNativeImageProcessor.so" not found After writing this also static { System.loadLibrary("NativeImageProcessor"); } Please resolve asap

E/InputEventReceiver: Exception dispatching input event. E/AndroidRuntime: FATAL EXCEPTION: main Process: com.mobilix.photoeditor, PID: 6354 java.lang.NullPointerException: Attempt to read from field 'float com.zomato.photofilters.geometry.Point.x' on a null object reference at com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter.sortPointsOnXAxis(ToneCurveSubFilter.java:93) at com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubFilter.process(ToneCurveSubFilter.java:64)...

java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file ""],nativeLibraryDirectories=[oXNkeS75H_GZt21u1A6laQ==/lib/arm, oXNkeS75H_GZt21u1A6laQ==/base.apk!/lib/armeabi-v7a, /system/lib, /system/vendor/lib]]] couldn't find "libNativeImageProcessor.so"

What is the minimum and maximum value for these filters? > BrightnessSubFilter > ContrastSubFilter > SaturationSubFilter Thanks!

Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...

Hi everyone, I would like to add a slider that can change the strength of the filter, ex: 0 is original and 100 is the strongest. How can I process...

for (Filter filter : FilterPack.getFilterPack(getApplicationContext())) { ThumbnailItem thumbnailItem = new ThumbnailItem(); thumbnailItem.image = createScaledBitmap; thumbnailItem.filter = filter; ThumbnailsManager.addThumb(thumbnailItem); } FilterPack not imported Is it changed or removed ? How to...

CAN YOU HELP ME SOLVING THIS ISSUE PLEAS SIR ; JAVA : import com.zomato.photofilters.imageprocessors.subfilters.ColorOverlaySubfilter; import com.zomato.photofilters.imageprocessors.subfilters.ContrastSubfilter; import com.zomato.photofilters.imageprocessors.subfilters.ToneCurveSubfilter; import com.zomato.photofilters.imageprocessors.subfilters.VignetteSubfilter; *********************************************** GRADEL : implementation 'com.github.zomato:androidphotofilters:1.0.2'

Great tutorial. Hi, I need to add multiple image filter can you please tell me how can I do?