Hi, I wonder if I can generate a gif by using a couple of images rather than plots by using Plots.jl. If possible, could you point where can I find an example on the documentation. Thanks.
julia> using FileIO, TestImages
julia> img = testimage("mandrill");
julia> img2 = flipdim(img, 1);
julia> save("flipping.gif", cat(3, img, img2))
@timholy Is there a way to specify the time for per image ? I mean, in this version, I cannot fallow the images, they changes so fast and I'd like to make transaction slower.
There is now :smile:. https://github.com/JuliaIO/ImageMagick.jl/pull/73
Most helpful comment
There is now :smile:. https://github.com/JuliaIO/ImageMagick.jl/pull/73