Update Recadrage.java
This commit is contained in:
parent
25cbbb300f
commit
25139d4a93
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user