We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d437c3e commit 3d09e85Copy full SHA for 3d09e85
lfgen/main.py
@@ -127,8 +127,8 @@ def main():
127
(max_x+1)*img_processor.output_width*(max_y+1)*img_processor.output_height*3
128
)
129
shared_np_array = np.ndarray((
130
- (max_y+1)*img_processor.output_height,
131
- (max_x+1)*img_processor.output_width,
+ img_processor.buffer_height,
+ img_processor.buffer_width,
132
3
133
), buffer=shared_array.buf, dtype=np.uint8)
134
0 commit comments