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