diff --git a/core/src/com/google/zxing/common/CroppedMonochromeBitmapSource.java b/core/src/com/google/zxing/common/CroppedMonochromeBitmapSource.java index a3adf57f1..f78cc38a4 100644 --- a/core/src/com/google/zxing/common/CroppedMonochromeBitmapSource.java +++ b/core/src/com/google/zxing/common/CroppedMonochromeBitmapSource.java @@ -87,8 +87,8 @@ public final class CroppedMonochromeBitmapSource implements MonochromeBitmapSour return new CroppedMonochromeBitmapSource(rotated, top, delegate.getWidth() - right, - delegate.getHeight() - bottom, - left); + bottom, + delegate.getWidth() - left); } public boolean isRotateSupported() {