Replies: 1 comment 2 replies
-
Hi, I actually never thought of extending it this way I don't have the capability to manage things like other encoders and decoders. Encoders are implemented as traits so anything that can implement Lemme see if i can come up with a prototype. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am building my CLI image processing tool that leverages the usage of modern codecs such as mozjpeg and oxipng.
How can I extend the default zune encoders with those libraries? Ideally, I would like to create
zune-mozjpeg
orzune-oxipng
crates to integrate these libraries withzune-image
. Can I do that, or would it be better to create internal bindings? What approach would be more suitable?Beta Was this translation helpful? Give feedback.
All reactions