cropiwa icon indicating copy to clipboard operation
cropiwa copied to clipboard

📐 Configurable Custom Crop widget for Android

Results 47 cropiwa issues
Sort by recently updated
recently updated
newest added

Hi, got the following : java.io.FileNotFoundException: /temp_700_1511308260364: open failed: EROFS (Read-only file system) ... at com.steelkiwi.cropiwa.image.CropIwaBitmapManager.cacheLocally(CropIwaBitmapManager.java:171) Appear to come from the line : File local = new File(context.getExternalCacheDir(), generateLocalTempFileName(input)); Occurs...

When CropView was loaded, the actual image is displaying in the top left corner and overlay is displaying in center. The image(Top left corner) and overlay(at center) are at different...

Memory optimisation fix. In current implementation to get cropped image bitmap is uploaded to memory three times: 1st time - original imgae in tryLoadBitmap() method - by BitmapFactory.decodeStream(is, null, options);...

Is there a way to initialize the view with a preset of scale and position? I'd like to be able to adjust an image (scale and position it), then save...

Hi. I want to use CropIwa to crop an image and then get the resulting cropped Bitmap, but not save to device memory like the crop() method does. How can...

``` FATAL EXCEPTION: AsyncTask #3 java.lang.RuntimeException: An error occurred while executing doInBackground() at android.os.AsyncTask$3.done(AsyncTask.java:325) at java.util.concurrent.FutureTask.finishCompletion(FutureTask.java:354) at java.util.concurrent.FutureTask.setException(FutureTask.java:223) at java.util.concurrent.FutureTask.run(FutureTask.java:242) at android.os.AsyncTask$SerialExecutor$1.run(AsyncTask.java:243) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1133) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:607) at java.lang.Thread.run(Thread.java:761) Caused by:...

Bitmap dimensions exceeded max android texture size fix #23

Different android devices have various max texture dimension. On some configurations when bitmap dimension exceeded this limit no image is displayed. For example my Smaung galaxy S5 has max texture...

I want to have the entire crop view as the crop area so i don't see the dark area around the crop area (like for example instagram). Is this possible?

question

I get this: ``` Unable to load class 'org.gradle.api.internal.component.Usage'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.)...