Update Recadrage.java

This commit is contained in:
ce806665 2019-10-10 21:02:33 +02:00
parent 25cbbb300f
commit 25139d4a93

View File

@ -79,7 +79,7 @@ public class Recadrage {
stop=true;
}
if (entreeEnvers())
this.img=Recadrage2.rotate(img, 180);
this.img=Recadrage.rotate(img, 180);
return false;
}
@ -146,7 +146,7 @@ public class Recadrage {
img=rotate(img,angle);
if (aLEnvers())
this.img=Recadrage2.rotate(img, 180);
this.img=Recadrage.rotate(img, 180);
String nomImage="sortie";
File nomfichier = new File("C:\\Users\\Xxsafirex\\Desktop\\Image\\" + nomImage + ".jpg");// ou jpg
ImageIO.write(img, "JPG", nomfichier);//ou JPG