r-rust / gifski

R wrapper for the 'gifski' Rust Cargo crate.
Other
73 stars 4 forks source link

Is it possible to use the width/height of the input PNG files as the width/height of the GIF? #4

Closed yihui closed 6 years ago

yihui commented 6 years ago

I'm working on a knitr hook for gifski. It will be great if gifski knows the dimension of the input PNG so that I don't have to specify the dimension of the output GIF.

If this is not possible, it is fine. I can calculate the dimension anyway. Thanks!

yihui commented 6 years ago

I did it myself.