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.
ユーザーが画像にフィルターを適用できるようにする新しい Web サイトを構築しています (Instagram のように)。そのために使います-webkit-filter。
-webkit-filter
ユーザーは、フィルター処理された画像を保存できる必要があります。JavaScriptを使用してそれを行う方法はありますか?
画像を直接保存することはできませんが、Canvas でレンダリングして、そこから保存できます。
参照:画像を含む HTML5 キャンバスを画像として保存する