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