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
Hi, Thank you for this, works great and you are awesome! I have a question though. Is there an easy way to save the generated files as jpeg or png?
The text was updated successfully, but these errors were encountered:
I'm also interested in this. A utility that generates a .png or .jpeg and saves it to a folder would be amazing.
Sorry, something went wrong.
You could run a Node.js script which pipes the image output into an actual file https://stackoverflow.com/questions/43487543/writing-binary-data-using-node-js-fs-writefile-to-create-an-image-file
image
Or further process the image before storing, by using a library such as https://sharp.pixelplumbing.com/
No branches or pull requests
Hi, Thank you for this, works great and you are awesome! I have a question though. Is there an easy way to save the generated files as jpeg or png?
The text was updated successfully, but these errors were encountered: