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

Let user select gif 'engine' #15

Open matt-dray opened 1 year ago

matt-dray commented 1 year ago

Could allow for the user's engine of choice when making gifs with gif_pixels(), e.g. {gifski} (currently implemented) or {magick} or something else (what?). So like gif_pixels(engine = "gifski"). Make it the user's responsibility to install these gif-making packages separately. {magick} would likely be a heavy dependency just to make a gif, so I don't think we want it in the DESCRIPTION here. Also I think {gifski} has some Rust-related requirements?