Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An error occured while executing doInBackground() #67

Open
mihirmodiofficial opened this issue Feb 1, 2023 · 0 comments
Open

An error occured while executing doInBackground() #67

mihirmodiofficial opened this issue Feb 1, 2023 · 0 comments

Comments

@mihirmodiofficial
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant