rusackas commented on PR #31349: URL: https://github.com/apache/superset/pull/31349#issuecomment-2529066400
Do we know if the low resolution is caused by the capture method (`Image.open(BytesIO(snap))`) or by the output method (`images[0].save(...)`)? Apparently if it's the latter, you can add a `resolution=300.0` parameter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
