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
Trying to convert the following image to JPG will send back a completely black image.
I'm tempted to add something like the following in image.js. Any advice?
image.js
if (image.outputFormat === 'jpeg') { r.background('#FFFFFF').flatten(); }
The text was updated successfully, but these errors were encountered:
fix tripviss#33: force white background when converting jpeg to png
479b2c7
I think the background color should be included as a modifier.
Sorry, something went wrong.
No branches or pull requests
Trying to convert the following image to JPG will send back a completely black image.
I'm tempted to add something like the following in
image.js
. Any advice?The text was updated successfully, but these errors were encountered: