Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个空画布,如果我将它渲染为质量为 0.5 的 jpeg,jpeg 将是黑色的,为什么?
我的代码:
var url = canvas.toDataURL('image/jpeg', '0.5');
我相信您会发现 jpeg 在任何质量下都是黑色的。如果你希望它是白色的,你必须先明确地用白色填充画布。或者,您可以编码为 PNG。