clean up ppm viewer program
This commit is contained in:
parent
01679fd252
commit
09178c6d94
3 changed files with 211 additions and 0 deletions
16
ppm viewer/README.md
Normal file
16
ppm viewer/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# PPM image viewer
|
||||
|
||||
Reads a ppm image from an input device (AF.dev by default)
|
||||
and displays it on SicTools builtin graphical screen.
|
||||
|
||||
To resize and convert your image you can use ffmpeg:
|
||||
```{sh}
|
||||
ffmpeg -i image.png -vf scale="64x-1" AF.ppm && mv AF.ppm AF.dev
|
||||
```
|
||||
|
||||
- Source code: ppm.asm
|
||||
- Graphical screen: 64x64 at A000
|
||||
- dimensions can be adjusted by changing their values in code
|
||||
- Frequency: any
|
||||
- Author: Jakob Jesenko, 2026
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue