cropiwa
cropiwa copied to clipboard
📐 Configurable Custom Crop widget for Android
Hi, Thanks for this wonderfull crop library ! When I enable the strict mode on my application : ``` StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder() .detectDiskReads() .detectDiskWrites() .detectNetwork() .penaltyLog() .build()); StrictMode.setVmPolicy(new StrictMode.VmPolicy.Builder() .detectLeakedSqlLiteObjects() .detectLeakedClosableObjects()...
Caused by java.lang.IllegalArgumentException: width must be > 0 at android.graphics.Bitmap.checkWidthHeight(Bitmap.java:450) at android.graphics.Bitmap.createBitmap(Bitmap.java:874) at android.graphics.Bitmap.createBitmap(Bitmap.java:836) at com.steelkiwi.cropiwa.image.CropArea.applyCropTo(CropArea.java:35) at com.steelkiwi.cropiwa.image.CropImageTask.doInBackground(CropImageTask.java:49) at com.steelkiwi.cropiwa.image.CropImageTask.doInBackground(CropImageTask.java:20) at android.os.AsyncTask$3.call(AsyncTask.java:378) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:289) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
Hi @All How can I set image scale type in crop view (Scale Type - Center Crop , FitXY, etc...) Issue: when I set image in crop view that time...
With the advent of Android 14, the receivers must be updated to not throw a security exception. More info: https://stackoverflow.com/questions/77235063/one-of-receiver-exported-or-receiver-not-exported-should-be-specified-when-a-rec ## TL;DL; We need to update this [line](https://github.com/steelkiwi/cropiwa/blob/06f6cfb238654b74ce261f5e51fa7628d0d4e80c/library/src/main/java/com/steelkiwi/cropiwa/image/CropIwaResultReceiver.java#L48C9-L48C48): ` context.registerReceiver(this,...
Hello, i have been trying to install the library on latest android studio,but it gives me below error ,is this library still maintained or can be used btw? `* What...
Is there any one facing same issue. any solution ? > Could not resolve com.steelkiwi:cropiwa:1.0.3. Required by: project :app > project :editor > Could not resolve com.steelkiwi:cropiwa:1.0.3.