Skip to content

Commit

Permalink
add fadeout_img function to code example
Browse files Browse the repository at this point in the history
  • Loading branch information
alexriss committed Jan 4, 2024
1 parent cb11a15 commit a2184d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ save_image("test.png")
save_image_labels("test_labels.png")
# save the overlay of the render and the labels
save_overlay("test.png", "test_labels.png", "test_both.png")

# create a nice fadeout effect
save("test_fadeout.png", fadeout_img("test_both.png"))
```

Use mouse to rotate, zoom and pan. Keyboard shortcuts `x`, `y`, `z` set the view along the x, y and z axis.
Expand Down

0 comments on commit a2184d4

Please sign in to comment.