diff options
author | gennyble <gen@nyble.dev> | 2024-11-30 04:40:13 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-11-30 04:40:13 -0600 |
commit | f3d59ae0bfe4548a0c87d56cc251b092fa393940 (patch) | |
tree | 87bb88ba2f0b9a6825c8217f934e93e67f25db21 /TODO.md | |
parent | 7a720b63d1fe4e2f50813d5c1a1d89579258d453 (diff) | |
download | really-etches-f3d59ae0bfe4548a0c87d56cc251b092fa393940.tar.gz really-etches-f3d59ae0bfe4548a0c87d56cc251b092fa393940.zip |
Set window title and add image todo
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md index 9f4ea70..1e991cb 100644 --- a/TODO.md +++ b/TODO.md @@ -7,4 +7,11 @@ Keyboard Input you would sort of pulse down the keys to imitate a spin. the timing between the presses, your acceleration per se, would determine how fast the line is being drawn. a-f is to the right and f-a is to the - left. j-; is up, ;-j is down. \ No newline at end of file + left. j-; is up, ;-j is down. + +Images save as GIF and PNG + gif can have a palette of 4 and so can the png. The png might be able + to have a depth of 2-bits per pixel which is exciting. + + images should be saved in the underlying resolution and not be dpi + scaled. images should not include the stylus. \ No newline at end of file |