diff --git a/content/ja/posts/2025/20250614-kde-krita.md b/content/ja/posts/2025/20250614-kde-krita.md new file mode 100644 index 0000000..12e2a8d --- /dev/null +++ b/content/ja/posts/2025/20250614-kde-krita.md @@ -0,0 +1,78 @@ +--- +title: "[KDE] Krita で画像の色を調節してみよう" +description: カラー補正カーブ +slug: "0614" +date: 2025-06-14 21:31:00+0900 +categories: + - KDE +--- + +こんばんは、Lemon73 です。 + +2025年6月第2週目です。今週はネタが思いつかなくなってきたので、無限の機能を抱える Krita にやってきました! + +## Krita について + +Krita は、Linux、Windows、macOS、Android Tablet 向けに頒布されている万能お絵描きアプリケーションです。 + +もともと、画像編集アプリケーションとして開発されていたこともあり、色管理や色調整に関しては、有料アプリケーションと比べても引けを取らないほどの機能があります!! + +Krita のインストール方法や多様な特徴については、また別の機会に詳しく書こうと思っています。 + +## 画像の色を調節してみよう + +画像の色調整[^cc][^cg]はイラストを書くときなどに、非常に便利な機能[^mmc]なので、今回これを紹介していきます! + +[^cc]: カラコレ (カラーコレクション): 自然な色味に近づける撮影用語 +[^cg]: カラグレ (カラーグレーディング): 映像で多く使われている用語 +[^mmc]: ロシデレのイラストレーターである、ももこ先生は[ひとつひとつ色を選ぶ手法を好んでおり](https://www.pixivision.net/ja/a/10352#:~:text=影を塗るときに乗算レイヤーを使わず、ひとつひとつ色を選んでいる)、伝統的絵画出身の方 (ももこ先生は[美術系大学の油絵専攻](https://www.pixivision.net/ja/a/10352#:~:text=絵画について学べる大学に進学しました。専攻は油絵です。)) は、色調整はあまり利用しないのかな、と思いました。それにしても綺麗な色彩…!色調整を使う派とあまり使わない派、それぞれの良さがありますね。 + +こちらの画像の色調節をしていきます。(この例では、キャラクターの色のみ変更します。背景や線画は別レイヤーなので、変更されません) + +![Krita](/images/kde/20250614-kde-krita-01.png) + +まず、上の"フィルタ"から、"調節"、"カラー補正カーブ"を選択します。 + +![Krita Filter](/images/kde/20250614-kde-krita-02.png) + +すると、下の画面が表示されます。このカーブをマウスで操作し、色が変更することができます。 + +![Filter Display](/images/kde/20250614-kde-krita-03.png) + +では、はじめにカーブの下側でマウスをドラッグしてみましょう。 + +![Filter Draw](/images/kde/20250614-kde-krita-04.png) + +すると、薄い色が濃くなります。(このカラーカーブは、全体的に均一に濃くなるというわけではなく、薄い色は大きく濃い色へ変化し、元から濃い色の方はほとんど変化しない、という調整ができます) + +![Filtered Image](/images/kde/20250614-kde-krita-05.png) + +更にカーブを変更すると、コントラストを際立てることができます。(逆に、コントラストを減らし、平坦な色調にすることも可能です) + +![More Filtered Image](/images/kde/20250614-kde-krita-06.png) + +また、"チャンネル"から、それぞれの色を選択することで、赤だけを際立たせる、青色を抑える、など自在に変更できます。(画像では、赤と緑を微調整しました) + +![More More Filtered Image](/images/kde/20250614-kde-krita-07.png) + +### 最終的な画像 + +最終的に、このように編集しました! + +元画像: + +![Original Image](/images/kde/20250614-kde-krita-08.png) + +変更後: + +![Result Image](/images/kde/20250614-kde-krita-09.png) + +背景部分について、赤を抑え、緑を微調整、青を増加させることで、夏らしいスッキリとした色調に変更できました。 + +キャラクターに関しても、彩度が増し、可愛らしい色調にできたのではないでしょうか。 + +## 最後に + +Krita は簡単に色編集ができて楽しいですね。 + +他にも、たくさん便利機能があるので、紹介していきたいです! diff --git a/static/images/kde/20250614-kde-krita-01.png b/static/images/kde/20250614-kde-krita-01.png new file mode 100644 index 0000000..78de9bf Binary files /dev/null and b/static/images/kde/20250614-kde-krita-01.png differ diff --git a/static/images/kde/20250614-kde-krita-02.png b/static/images/kde/20250614-kde-krita-02.png new file mode 100644 index 0000000..dc1b055 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-02.png differ diff --git a/static/images/kde/20250614-kde-krita-03.png b/static/images/kde/20250614-kde-krita-03.png new file mode 100644 index 0000000..f45d305 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-03.png differ diff --git a/static/images/kde/20250614-kde-krita-04.png b/static/images/kde/20250614-kde-krita-04.png new file mode 100644 index 0000000..dc5f8c8 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-04.png differ diff --git a/static/images/kde/20250614-kde-krita-05.png b/static/images/kde/20250614-kde-krita-05.png new file mode 100644 index 0000000..754fab6 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-05.png differ diff --git a/static/images/kde/20250614-kde-krita-06.png b/static/images/kde/20250614-kde-krita-06.png new file mode 100644 index 0000000..b6fbed2 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-06.png differ diff --git a/static/images/kde/20250614-kde-krita-07.png b/static/images/kde/20250614-kde-krita-07.png new file mode 100644 index 0000000..8f631b6 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-07.png differ diff --git a/static/images/kde/20250614-kde-krita-08.png b/static/images/kde/20250614-kde-krita-08.png new file mode 100644 index 0000000..fde6a97 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-08.png differ diff --git a/static/images/kde/20250614-kde-krita-09.png b/static/images/kde/20250614-kde-krita-09.png new file mode 100644 index 0000000..2b221c4 Binary files /dev/null and b/static/images/kde/20250614-kde-krita-09.png differ