We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
.transform(new CropTransformation(1.2f, CropTransformation.GravityHorizontal.CENTER, CropTransformation.GravityVertical.TOP))
Fatal Exception: java.lang.RuntimeException Transformation CropTransformation(width=600, height=451, mWidthRatio=0.0, mHeightRatio=0.0, mAspectRatio=1.33, gravityHorizontal=CENTER, mGravityVertical=TOP) crashed with exception. Caused by java.lang.NullPointerException android.graphics.Canvas. (Canvas.java:136) jp.wasabeef.picasso.transformations.CropTransformation.transform (CropTransformation.java:301) com.squareup.picasso.BitmapHunter.applyCustomTransformations (BitmapHunter.java:429) com.squareup.picasso.BitmapHunter.hunt (BitmapHunter.java:238) com.squareup.picasso.BitmapHunter.run (BitmapHunter.java:159) java.util.concurrent.Executors$RunnableAdapter.call (Executors.java:422) java.lang.Thread.run (Thread.java:848) com.squareup.picasso.Utils$PicassoThread.run (Utils.java:411)
The text was updated successfully, but these errors were encountered:
The same issue is reproduced on Blur case only on 4.4.2: crash.txt
Sorry, something went wrong.
we have the same issue.
No branches or pull requests
.transform(new CropTransformation(1.2f, CropTransformation.GravityHorizontal.CENTER, CropTransformation.GravityVertical.TOP))
The text was updated successfully, but these errors were encountered: