Convert images extension #991
Unanswered
AllergicMushroom
asked this question in
Q&A
Replies: 1 comment
|
It's generally better to work on a native vicinae extension because in this specific case, the reason the raycast one doesn't work is because it relies on MacOS specific tooling that we simply cannot have on linux. So not fixable. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Is there an extension for converting images between different formats? I searched and obtained:
In case there is nothing, and as a general question, is it better to work on making raycast extensions work (if possible), or is it better to construct a new extension following the docs?
EDIT: Forgot to mention that the extension should also allow image compression.
All reactions