Ole Kröger

Results 325 comments of Ole Kröger

I'm sorry that I missed this issue for so long. Yes I think that is a reasonable approach. I think there are a few more changes that need to be...

Hi @Tokazama thanks for opening this discussion. I haven't used this before so after checking the package for a bit (only the readme). I was wondering whether it's confusing to...

Thanks for opening the issue. Some more comments for now: Currently they are all 500x500 pixel to have a fast render which can be easily changed by the user but...

When you're working on this also make sure to change the test cases slightly to have better coverage. i.e you currently test 4 animations but all use the same `line_gap`...

Maybe we should use SubAction `appear` for this as currently I feel like there is no way to actually have a drawn grid which does not disappear after it's drawn...

Thanks for opening up this issue @joaogui1 There are no such things as a noob mistake :wink: I can't reproduce this error so there will be a list of follow...

That is very weird. Are the images stored correctly in the `images` folder? Do you mind trying to run the same with `.mp4` instead of `.gif` ?

Okay that is good to know. mp4 uses VideoIO and gif uses FFMPEG. Which version of FFMPEG.jl are you using? v0.3 or v0.4 ? You should get the info with...

Okay one last thing that you might want to test: - is the palette.bmp created? BTW does your friends computer uses Ubuntu as well and 1.5.1 of Julia?

Great thanks. Palette.bmp should be created in the tempdirectory. I basically chooses the colors the gif can use. Seems like that command from ffmpeg runs through and the second command...