LoginSignup
19
14

More than 5 years have passed since last update.

Photoshopでカラコレ用のLUTテクスチャを作る

Last updated at Posted at 2016-06-10

すごい簡単なんだけど、
UnityとかUEとかoFとかで使うエンジニアが、
デザイナーの方に伝えるとき用に書きました。

0. LUTテクスチャ?

UnrealEngineのドキュメントにわかりやすい説明が載ってます。
https://docs.unrealengine.com/latest/JPN/Engine/Rendering/PostProcessEffects/ColorGrading/index.html

1. Photoshopに補正前LUTテクステャを入れる

どの大きさのLUTがいるかは、プロジェクトによるので、確認してください。

LUT 256x16.png
lut256x16.png

LUT 1024x32.png
lut1024x32.png

LUT 512x512
lut512x512.png

プログラマー向け。大体いつも忘れるので、LUT生成用のコマンドをつくりました。
https://gist.github.com/asus4/09b1f5403c63ceab5ae34710cbe2809e

2. Photoshop好きな画像で色補正する

使う、ゲームなりのキャプチャ画像を下におく。
調整レイヤーでいい感じになるように色補正する。

元画像
before.jpg

適当補正後画像
after.jpg

3. 色補正がのったLUTテクスチャだけ書き出す

out.jpg

→ これ貰えれば同じ色補正出来ます!

19
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
19
14