update readme

This commit is contained in:
ktyl 2022-06-02 23:09:22 +01:00
parent c41297b074
commit f1269753f9
1 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,9 @@
Ray tracing rendering experiments Ray tracing rendering experiments
https://raytracing.github.io/ https://raytracing.github.io/
Produced PPM images can be converted to PNG with `imagemagick`:
```
convert image.ppm image.png
```