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.
getImageData() を呼び出してそのコンテンツを GOOGLE CHROME の別のキャンバスにコピーすると、元のキャンバスのレンダリングがぼやけます。同様の問題に直面している人はいますか?
getImageData()を使用して画像をコピーする必要はありません。コピーdrawImage元のキャンバスをコピー先に描画するために使用するだけです。
getImageData()
drawImage
dstContext.drawImage(srcCanvas, 0, 0);
原因については、例/コードを提供していないため、わかりにくいです。