Farbfetzen / fractalplotr

Make beautiful fractals with R
Other
0 stars 0 forks source link

Experiment with gifs and movies #8

Closed Farbfetzen closed 5 years ago

Farbfetzen commented 5 years ago

Turn a mandelbrot zoom sequence into a gif or a movie. Try to keep the file size minimal while avoiding compression artefacts and allowing big resolutions. This thread on stackoverflow might help. Seems like imagemagick should do the trick. I could use the command line (within R using the system() function). See also the magick package and its vignette. Experiment with different video and image formats.

An alternative could be ImageJ or GIMP.

Farbfetzen commented 5 years ago

Closing this because I decided to just export single frames and then use an external program to make gifs and movies.