matt-dray / pixeltrix

:space_invader::computer_mouse: R package: make pixel art interactively in a plot window, get a matrix, make a gif
Other
21 stars 0 forks source link

Output an image file #35

Open matt-dray opened 8 months ago

matt-dray commented 8 months ago

Write to SVG or PNG. The package already saves a gif output for animation. Why not static images? (Or maybe it does somehow and I forgot.) At the moment you would have to draw_pixels() and then use the 'Export' functionality if you're using RStudio.