implement prefix calculator
This commit is contained in:
parent
09178c6d94
commit
76257daea8
3 changed files with 226 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# PPM image viewer
|
||||
|
||||
Reads a ppm image from an input device (AF.dev by default)
|
||||
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
|
||||
```
|
||||
|
|
@ -13,4 +14,3 @@ ffmpeg -i image.png -vf scale="64x-1" AF.ppm && mv AF.ppm AF.dev
|
|||
- 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