snototter / viren2d

Visualization Toolbox for Computer Vision
https://viren2d.readthedocs.io
MIT License
1 stars 0 forks source link

Query canvas as RGB image #24

Open snototter opened 1 year ago

snototter commented 1 year ago

Currently, the canvas property exposes the painter's RGBA data. A method to_rgb or similar would be handy to reduce copy-pasta in consuming applications.

snototter commented 1 year ago

This utility/functionality would just be a wrapper for:

img_buf = painter.canvas.to_channels(3)