Thanks tim, I made a wonderfull movie.
but you need to have a 800*600 image.bmp
to work properly
using Images
using ImageView
img = imread("image.bmp")
c = canvasgrid(1,1)
ops = [:pixelspacing => [1,1]]
display(c[1,1], img; ops...)
for i = 1:200
img.data = rand(Uint8,3,800,600)
display(c[1,1], img; ops...)
end
This is enought to start thinking about part1 and part2.
But i don't understand what happening in my computer :(
How to do this without using any package (What code lines of the images and
imageview package I use) , i will dig inside.
Max