base64 encoding

This commit is contained in:
minjaesong
2020-06-04 19:16:32 +09:00
parent 55b167a66b
commit 6d71277410
4 changed files with 42 additions and 15 deletions

View File

@@ -11,5 +11,6 @@ for (i = indices.length - 1; i > 0; i--) {
}
for (i = 0; i < 250880; i++) {
graphics.plotPixel(indices[i] % 560, (indices[i] / 560)|0, image[indices[i]]);
graphics.plotPixel(indices[i] % 560, (indices[i] / 560)|0, image[indices[i]]);
}
con.color_fore(0);