diff --git a/DivaBotGuardian/DivaBotGuardian.jar b/DivaBotGuardian/DivaBotGuardian.jar index c3b5130..f9cd052 100644 Binary files a/DivaBotGuardian/DivaBotGuardian.jar and b/DivaBotGuardian/DivaBotGuardian.jar differ diff --git a/DivaBotGuardian/src/sig/Guardian.java b/DivaBotGuardian/src/sig/Guardian.java index 5b35a9d..884c8ea 100644 --- a/DivaBotGuardian/src/sig/Guardian.java +++ b/DivaBotGuardian/src/sig/Guardian.java @@ -109,7 +109,7 @@ public class Guardian { UPPERLEFTCORNER=new Point(crop2.x,crop1.y); LOWERRIGHTCORNER=new Point(crop1.x,crop2.y); img = img.getSubimage(crop2.x, crop1.y, crop1.x-crop2.x, crop2.y-crop1.y); - ImageIO.write(img,"png",new File("cropped.png")); + ImageIO.write(img,"png",new File("/var/www/html/divar/cropped/cropped"+USERID+".png")); //System.out.println("Future Tone? "+MyRobot.FUTURETONE); return img; }