-
-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
anim_translate error, error in fourier example[BUG] #467
Comments
Hi @aburousan changing
with
Should fix the error, could you check if it does? |
It's rendering but now it's showing new error
|
Hi, this I believe might depend on the pathname you used but I can't find this out without seeing your code. Could you share the exact code you use? |
Basically the last line with |
This is the code
|
Hi, you need to change this line:
with something like
Can you tell if this does it? |
Thanks ... Now it's working like a charm... |
running `render(video,tempdirecory='moviedir',pathname="") will save each frame as .png in moviedir as of now there is seems to be no way to get svg of a frame from render , the frame is returned rasterized for |
Hi, I also don't think it is possible right away, perhaps playing a bit with Javis code. @aburousan would like to try and open a PR to fix the example? If you don't no worries I will do it! :) |
Sure |
Currently svg isn't directly supported but simply because we didn't find a good way to make use of it in animations. It would be fairly simple though to render the single images as svgs as it's supported by Luxor. You can search for PNG inside Javis and replace it with SVG. That should be all there is to it if you are only interested in the single frames in the temporary directory |
Simply changing to |
Ah you're right I think before we added layer functionality this was actually as simple as I described but now it would be a bit more involved. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Julia Version (i.e. output of
julia -v
): 1.7.1Operating system (Mac, Linux, Windows): Windows 11
Javis version (i.e output of
] status Javis
in the REPL) 0.8.0Minimum working code example that led to bug: Running the example code of Fourier example.
Expected Behavior and Actual Behavior
Should create Julia logo as shown in fourier example.
But showing the error given below.
The text was updated successfully, but these errors were encountered: