Replies: 1 comment
-
Hey, they need to provide jpeg encoder/decoder for Io operations in Mojo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I work on 3-dimensional matrices (specifically images). During processing, if I process with PythonObject(numpy array), it takes a very long time, but when I use SIMD or build a 3-dimensional matrix structure myself, my processing time is very fast. But when it comes to saving my processed image, I don't know how to change from SIMD format or from my structural format to the image format to save. Do you have any ideas for this problem?
Beta Was this translation helpful? Give feedback.
All reactions