Ole Kröger
Ole Kröger
Hmm okay thanks. Did you check whether the `palette.bmp` was created in the tempdirectory?
Here the problem is that you choose to the save the gif in a folder that doesn't exist.
Yes thank you! I'll add the option to be able to get this information.
Haha @giordano you're fast. Do you mind checking out this branch @joaogui1 ? https://github.com/Wikunia/Javis.jl/pull/294 with `] add Javis#wik-debug-info-ffmpeg` and then set `ffmpeg_loglevel = "info"` inside the render function call. Then...
Any idea what this might be @giordano ? Maybe do the same with `ffmpeg_loglevel ="debug"` @joaogui1 I'm out of ideas at this stage.
Sorry I kinda missed your example from the PR text. I think that looks great. I was wondering whether we could combine it with the other `J` objects such that...
You should be able to use Luxor 2.16 now and use `action` as a kwarg. Then scaling could be done automatically.
Why does the latest Luxor break morphing? The syntax looks good to me. One problem I see with the positional arguments is that I have no idea what the two...
I currently can't run your test as I get the error which also seems to appear in the test cases: ``` MethodError: no method matching Luxor.BoundingBox(::Bool) ```
Make sure to update the `Project.toml` and specify that the master version of Luxor is needed or which version exactly.