Mora icon indicating copy to clipboard operation
Mora copied to clipboard

small fix for generating successive frame

Open salco opened this issue 10 months ago • 1 comments

I had an looking like this post: https://stackoverflow.com/questions/58468944/image-object-has-no-attribute-read
So I change the notebook to allow the first frame to open differently. It's mostly a dirty trick in my opinion but it do the work for a demo project.
I'm open to change it if you need

salco avatar Mar 31 '24 18:03 salco

I think Image.open(current_image_path) should be done before the for to be cleaner.

salco avatar Mar 31 '24 18:03 salco