Skip to content

OjimaruLife/Iro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iro — Photo to LUT

by OJIMARU

好きな写真の雰囲気を、動画用LUTとして書き出すツール A tool to extract the mood of your favorite photos as a video LUT


目次 / Table of Contents


日本語

特徴

  • 写真モード — 好みの写真を選ぶだけでLUTを生成
  • HALDモード — 自作のLightroomプリセットを正確にLUTに変換
  • Before/Afterプレビュー — 生成後にフレーム画像で確認してから保存
  • DaVinci Resolve対応 — 直接LUTフォルダに書き出し可能
  • Mode調整 — Night / Day / Film のトーン調整(Mode Intensityで強さを調整)
  • 設定の保存・復元 — 前回の作業状態を自動で記憶

ダウンロード

2種類のパッケージを用意しています。

① Iro_v1.0.0_app.zip(推奨・簡単)

Pythonのインストール不要です。

  1. Iro_v1.0.0_app.zip をダウンロードして解凍
  2. Iro.app を好きな場所に移動
  3. 右クリック → 「開く」→「開く」(初回のみ)
  4. 以降はダブルクリックで起動

② Iro_v1.0.0.zip(ソースコード版)

ソースコードを編集したい方向けです。

必要なもの

セットアップ手順

  1. Iro_v1.0.0.zip をダウンロードして解凍し、好きな場所に置く
  2. ターミナルを開く(Spotlight → 「ターミナル」)
  3. bash と入力してスペースを1つ打つ
  4. Finderで setup.command をターミナルにドラッグ&ドロップ
  5. Enterを押す(ライブラリが自動インストールされます)
  6. Automatorで起動アプリを作成(setup.command完了後に手順が表示されます)

使い方

写真モード(初心者向け)

好みの雰囲気の写真からLUTを生成します。

Step 1 — 素材の選択

項目 説明
Photo 雰囲気を参考にしたい写真
Frame LUTをかけたい動画のフレーム画像(Slog3→Rec709変換済みを推奨)

Step 2 — 必須設定

項目 説明
LUT Size 17=確認用 / 33=標準 / 64=高精度
Strength LUTの適用強度(推奨: 20〜50%)。ダブルクリックで50%にリセット

Step 3 — トーン調整(省略可能)

Standardのままでも高品質なLUTが生成できます。

Mode 効果
Standard マッチングをそのまま適用
Night シャドウ持ち上げ・暖色強調・コントラスト増。夜間・人工光向け
Day ハイライト抑制・肌色の発色向上・彩度増。昼間・屋外・人物向け
Film S字コントラスト・シャドウにシアン・ハイライトにアンバー・彩度を落ち着かせる

Mode Intensityスライダーでトーン調整の強さを0〜100%で調整できます。

推奨ワークフロー(DaVinci Resolve)

① Slog3素材をカラースペース変換(Slog3 → Rec709)
② 変換後のフレームを静止画書き出し → Frameに指定
③ IroでLUT生成(Strength 30〜50%)
④ DaVinciでLUT適用(キー出力 100%)
⑤ シーンごとに微調整

HALDモード(中級者向け)

自作のLightroomプリセットをLUTに変換します。精度が高く法的にも安全な方法です。

Step 1 — HALDを生成

HALDレベルを選択して「HALD を書き出す」でPNGを保存します。

Step 2 — HALDを読み込む

  1. 書き出したHALD PNGをLightroomにインポート
  2. 自作プリセットを適用 → PNG形式で書き出し
  3. 素のHALDと加工済みHALDを読み込む

※ 局所補正・AIマスク・ノイズ除去はLUTに反映されません。グローバル補正のみが対象です。

Step 3 — 必須設定

写真モードと同様にLUT SizeとStrengthを設定します。

Step 4 — トーン調整(省略可能)

写真モードと同じMode・Mode Intensityが使えます。


LUTについて

LUTは完成品ではなく出発点として使うのが正しい使い方です。シーンごとの微調整を前提に設計してください。


著作権・ライセンス

Copyright © 2026 OJIMARU. All rights reserved.

本ツールは個人・商用問わず自由に使用できます。 再配布・改変の際は著作権表示を残してください。無保証です。

用途 可否
自分の動画・写真への適用(個人・商用) OK
LUTファイルの販売・配布(自作プリセット経由) OK
SNS写真からLUTを生成して販売 グレーゾーン・要注意
他者のプリセット商品を元にLUTを販売 NG

English

Features

  • Photo Mode — Generate a LUT from any photo in seconds
  • HALD Mode — Convert your own Lightroom presets into LUTs with high accuracy
  • Before/After Preview — Review results on your footage before saving
  • DaVinci Resolve Support — Export directly to the LUT folder
  • Mode Adjustments — Night / Day / Film tone shaping with adjustable intensity
  • Settings Memory — Automatically restores your last session

Download

Two packages are available.

① Iro_v1.0.0_app.zip (Recommended · Easy)

No Python installation required.

  1. Download and unzip Iro_v1.0.0_app.zip
  2. Move Iro.app anywhere you like
  3. Right-click → "Open" → "Open" (first time only)
  4. Double-click to launch after that

② Iro_v1.0.0.zip (Source code)

For users who want to edit the source code.

Requirements

Setup

  1. Download and unzip Iro_v1.0.0.zip, place it anywhere
  2. Open Terminal (Spotlight → "Terminal")
  3. Type bash with a space at the end
  4. Drag setup.command into Terminal
  5. Press Enter (libraries are installed automatically)
  6. Follow the Automator instructions shown after setup completes

How to Use

Photo Mode (Beginner)

Step 1 — Select materials

Field Description
Photo Reference photo with the look you want
Frame A still frame from your footage (Slog3→Rec709 converted recommended)

Step 2 — Required settings

Field Description
LUT Size 17=draft / 33=standard / 64=high quality
Strength LUT intensity (recommended: 20–50%). Double-click to reset to 50%

Step 3 — Tone adjustment (optional)

Standard produces high-quality LUTs without any additional processing.

Mode Effect
Standard Pure color transfer, no additional processing
Night Lifted shadows, warm tone boost, contrast increase. Great for nighttime / artificial light
Day Highlight rolloff, skin tone enhancement, saturation boost. Great for outdoor / portrait
Film S-curve contrast, cyan shadows, amber highlights, reduced saturation

Use the Mode Intensity slider (0–100%) to control the strength of the tone adjustment.

Recommended workflow (DaVinci Resolve)

① Convert Slog3 footage (Slog3 → Rec709)
② Export a still frame → use as Frame input
③ Generate LUT in Iro (Strength 30–50%)
④ Apply LUT in DaVinci (Key Output 100%)
⑤ Fine-tune per scene as needed

HALD Mode (Intermediate)

Step 1 — Generate HALD

Select a HALD level and click "Export HALD" to save a PNG.

Step 2 — Load HALD

  1. Import the HALD PNG into Lightroom
  2. Apply your preset → export as PNG
  3. Load both the original and graded HALD

Note: Local adjustments, AI masking, and noise reduction are not captured.

Step 3 — Required settings

Same as Photo Mode — set LUT Size and Strength.

Step 4 — Tone adjustment (optional)

Same Mode and Mode Intensity options as Photo Mode.


Copyright & License

Copyright © 2026 OJIMARU. All rights reserved.

Free to use for personal and commercial purposes. Please retain the copyright notice when redistributing or modifying. Provided as-is, without warranty.

Use case Status
Apply to your own videos/photos OK
Sell or distribute LUTs (own presets) OK
Generate LUTs from others' photos and sell Gray area
Sell LUTs based on others' commercial presets Not allowed

Technical Notes

  • Color algorithm: Reinhard color transfer (CIE Lab)
  • Output format: Adobe .cube
  • Input formats: JPEG / PNG / TIFF / WebP
  • Platform: macOS (Windows/Linux not officially supported)

Iro (色) means "color" in Japanese. Made with care by OJIMARU.

About

Generate video LUTs from photos or Lightroom presets — by OJIMARU

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors