mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Oops, one more fix to rotateCounterClockwise() here
git-svn-id: https://zxing.googlecode.com/svn/trunk@952 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
4282827336
commit
78c1b8ccd7
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue