Skip to content

Commit

Permalink
readme.3
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jul 25, 2024
1 parent 16a643b commit c699276
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/wrappers/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ for more information.

# Quick Start

.<!-- this code is replicated as a test in -->
<!-- src/wrappers/python/test/test_readme.py -->
The "Hello, World" image writer:

The "hello, world" image writer:
# Generate a 3D NumPy array for RGB channels with random values
height, width = (20, 10)
RGB = np.random.rand(height, width, 3).astype('f')

import OpenEXR, Imath
from array import array
Expand Down

0 comments on commit c699276

Please sign in to comment.