Update read-rgb-as-csv-file-and-display.pde

master
Alan 2020-11-12 21:29:54 +00:00 zatwierdzone przez GitHub
rodzic 319afa6b1b
commit e81c50fd46
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,8 @@
// PROCESSING SKETCH
// read a csv file containing RGB data and display the image
// CSV file contains one line for pixel in the format "rrr,ggg,bbb"
// CSV file contains one line per pixel in the format "rrr,ggg,bbb"
// e.g. 12,34,56
// 34,128,13
// 67,77,89