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:
srowen 2009-05-24 13:06:51 +00:00
parent 4282827336
commit 78c1b8ccd7

View file

@ -87,8 +87,8 @@ public final class CroppedMonochromeBitmapSource implements MonochromeBitmapSour
return new CroppedMonochromeBitmapSource(rotated, return new CroppedMonochromeBitmapSource(rotated,
top, top,
delegate.getWidth() - right, delegate.getWidth() - right,
delegate.getHeight() - bottom, bottom,
left); delegate.getWidth() - left);
} }
public boolean isRotateSupported() { public boolean isRotateSupported() {