Update erreur de path absolu
This commit is contained in:
parent
1c95e20c35
commit
30b59e1a20
@ -178,9 +178,9 @@ public class Recadrage {
|
||||
img=rotate(img,angle);
|
||||
if (aLEnvers())
|
||||
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
|
||||
//String nomImage="sortie";
|
||||
//File nomfichier = new File("C:\\Users\\Xxsafirex\\Desktop\\Image\\" + nomImage + ".jpg");// ou jpg
|
||||
//ImageIO.write(img, "JPG", nomfichier);//ou JPG
|
||||
|
||||
}
|
||||
return img;
|
||||
|
Loading…
x
Reference in New Issue
Block a user