We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Thank you for this utility :-)
Question:
When I try to convert the image on your app https://catdad-experiments.github.io/heic-app/
It takes in a 294KB heic image and outputs a 645KB image.
However, when I use the command line -
node bin < sample1.heic > sample1.jpg
sample1.jpg is 2.2 MB.
I guess quality is hardcoded to 1 ?
Any plans on giving an option to override it ?
The text was updated successfully, but these errors were encountered:
I have no immediate plans to work on this module. This is a great idea, however. I will leave this open in case anyone wants to contribute.
Sorry, something went wrong.
No branches or pull requests
Thank you for this utility :-)
Question:
When I try to convert the image on your app
https://catdad-experiments.github.io/heic-app/
It takes in a 294KB heic image and outputs a 645KB image.
However, when I use the command line -
node bin < sample1.heic > sample1.jpg
sample1.jpg is 2.2 MB.
I guess quality is hardcoded to 1 ?
Any plans on giving an option to override it ?
The text was updated successfully, but these errors were encountered: