グレースケール変換 — ローカルで白黒に
0.90
手順: ファイルを選び設定して書き出す。例: 色塊サンプルで確認。プロセスはブラウザ内のみでサーバー非送信。内容: Rec.601 grayscale conversion, keep alpha when PNG/WebP。目安 25MB/8192px。
使い方
Pick a photo, apply grayscale, download. Processing never leaves this tab.
ルール
For each pixel Y=0.299R+0.587G+0.114B; R=G=B=Y; alpha unchanged.
- Rec.601 coefficients match common luma practice.
- Alpha channel is copied unchanged.
- Export re-encodes; JPEG drops alpha.
- Animated GIF: first frame only.
例
Sample four-color blocks become gray with distinct brightness levels.
向いている用途
- Print preview without color ink assumptions.
- Accessibility contrast drafts.
- Stylized black-and-white exports.
Frequently asked questions
Uploaded?
No—everything is local.
Which formula?
Rec.601: 0.299R+0.587G+0.114B.
Can I undo?
Not after download; keep the original file.
Same as CSS filter?
We rewrite pixels, so the saved file is truly grayscale.
Transparent PNG?
Transparency is kept when exporting PNG/WebP.
お問い合わせ・フィードバック
分かりにくい点、不具合、不足があれば下にメッセージを書いてください。ツールに関する内容はすべて確認します。