比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

Lightmap supplies a command line utility called maketx that is used to convert images to a tiled, MIP-mapped format. Using images that have been converted with maketx will dramatically improve the import time and performance of these images in HDR Light Studio. Maketx is part of OpenImageIO は、画像をタイル状のMIPマップ形式に変換するための maketx と呼ばれるコマンドラインユーティリティを提供しています。maketxで変換された画像を使用すると、HDR Light Studioでの画像のインポート時間とパフォーマンスが劇的に改善されます。MaketxはOpenImageIO (http://www.openimageio.org (英語).

How much faster is it?

Well, that depends on the image size, but for a large image, it is much faster. For example, on an Intel )の一部です。

どの程度高速化されるのでしょうか?

これは画像サイズによりますが、大きな画像であれば、かなり速くなります。例えば、Intel Core i7 CPU 1.87GHz computer, a tiff file of resolution 20,000x10,000 pixels RGBA 32 bit takes 4 minutes and 45 seconds to load as a picture background light in HDR Light Studio. If that file is first converted using maketx it takes 2 seconds to load in HDR Light Studio.

...

87GHzのコンピュータで、解像度2万x1万ピクセルRGBA 32bitのtiffファイルをHDR Light StudioでPicture Background Lightとして読み込むには、4分45秒かかります。このファイルをmaketxで変換した場合、HDR Light Studioで読み込む時間は2秒まで短縮されます。

使用方法

maketx [options] file.exr

You can display a complete list of options using the help flaghelpフラグを使用すると、オプションの全リストを表示できます。

maketx --helpHere is

an example that converts an exr file to a tiled, MIP-mapped exr file suitable for use in HDR Light Studio. The  --envlatl flag indicates that we are creating a lat/long environment map. Box filtering is used if no filter algorithm is specified.ここでは、exrファイルをHDR Light Studioで使用するのに適したタイル状のMIPマップ付きexrファイルに変換する例を示します。--envlatlフラグは、lat/long環境マップを作成することを示します。フィルターアルゴリズムが指定されていない場合は、Boxフィルターが使用されます。

maketx -v --oiio --filter lanczos3 --format exr --envlatl -o outputfile.tx inputfile.exr

When using maketx make sure you add the --oiio flag which will generate tx files optimised for HDR Light Studio.

Install Directory

Maketx is included with the installation of HDR Light Studio. You can find maketx in the following directories.maketxを使用する際は、HDR Light Studioに最適化されたtxファイルを生成する--oiioフラグを必ず追加してください。

インストール先

maketxは、HDR Light Studioのインストール時に同梱されています。maketxは、以下のディレクトリにあります。

Mac OS X - /Applications/HDRLightStudio.app/Contents/MacOS/maketx

...

Linux - <install directory>/maketx

...

HDR Light

...

Studioでファイルを変換する

HDR Light Studio will detect and warn you on loading a large image file that has not been tiled and MIP-mapped.

...

Warning dialog

You are given the option of canceling the image load, opening the file without converting it, or converting the file and then opening that tx file. Please note that converting the file can take many minutes during which time you will be locked out of HDR Light Studio.Studioは、タイル化およびMIPマッピングされていない大きな画像ファイルを読み込むと、それを検知して警告を表示します。

...

警告ダイアログ

画像の読み込みをキャンセルするか、ファイルを変換せずに開くか、ファイルを変換してからtxファイルを開くかのいずれかを選択することができます。ファイルの変換には数分かかることがあり、その間はHDR Light Studioからロックアウトされますので、ご注意ください。