This commit is contained in:
Simoes Lukas
2025-03-27 13:35:54 +01:00
parent 376861b608
commit fe693705bf
90 changed files with 1188 additions and 24 deletions

View File

@@ -16,7 +16,7 @@ public class LectureFichier {
Color couleur;
try {
FileInputStream fichier = new FileInputStream("image.bin");
FileInputStream fichier = new FileInputStream("couleur.bin");
while(fichier.available() >= 3) {
try {