-
Notifications
You must be signed in to change notification settings - Fork 5
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
Missing methods and dependencies #19
Comments
Also the example is not working for me on mac |
@finetjul FYI |
Hi @jourdain, thanks for the ping / issue and sorry about the delayed answer! From my tests, PIL was slightly faster for encoding than VTK for JPEG. I also wanted to check what results we could have with WEBP and AVIF formats which are not supported by VTK. The best in terms of speed would be to have hardware encoding directly. Regarding the method, the way to do that is to call the RcaRenderScheduler's schedule_render method. For the MacOS problem, I'll try to reproduce. |
For information, I found the problem on MacOS. The problem comes from the meta["type"] which is broken and write "image/RcaEncoder.JPEG" instead of "image/jpeg" It seems to be related to this issue : python/cpython#100458 |
The text was updated successfully, but these errors were encountered: