3/28/2011

OpenEXR







Compression methods


There are 3 general types of lossless compression built into OpenEXR, with two different methods of Zip compressing. For most images without a lot of grain, the two Zip compression methods seem to work best, while the PIZ compression algorithm is better suited to grainy images. The following options are available:

None

Disables all compression. Run Length Encoding (RLE)

This is a basic form of compression that is comparable to that used by standard Targa files. Zip (per scanline)

Zip style compression applied to individual scanlines. Zip (16 scanline blocks)

Zip style compression applied to blocks of 16 scanlines at time. This tends to be the most effective style of compression to use with rendered images that do not have film grain applied. PIZ (wavelet compression)

This uses a new combined wavelet / Huffman compression. This form of compression is quite effective when dealing with grainy images, and will often surpass any of the other options under grainy conditions. PXR24 (24 bit data conversion then zipped compression)

This form of compression from Pixar converts data to 24 bit then uses Zip compression. It is lossless for half and 32bit integer data and slightly lossy for 32bit float data. B44

This form of compression is lossy for half data and stores 32bit data uncompressed. B44A

An extension to B44 where areas of flat color are further compressed. Regular B44 compresses uniformly regardless of image content.

http://en.wikipedia.org/wiki/OpenEXR


PIZ. PIX, ZIP, ZIPS and RLEについてはロスレス圧縮


オリジナルの素材はフィルムの2Kスキャンのためフィルムグレインは多い。

Original DPX(Cineon) 1.19GB


Datatypeはすべて16bithalf

1. Zip1 1.56GB

2. Zip16 1.46GB

3. PIZ 988.9MB

4. RLE 1.77GB

5. B44 798MB

6. None 1.78GB






これを見る限り粒状性の多い素材に関してファイル容量について言えばPIZが優れている。

合成する場合の伸長などの速度など実際の運用面については検証する必要がある。

B44については非可逆圧縮のためデイリーなどのプレビュー向きである。

3/24/2011

Firefox4でbookmark toolbarのアイコンを消す

firefox4.0の評判がよさげなのでバージョンアップしてみました。
確かにスピードは早くなってるような感じです。
ブックマークツールバーにいろいろ並べているのですが、4.0にしたところテキストとともにfaviconも表示されてしまい以前に比べて3分の2ぐらいしか表示してくれません。

faviconを消す方法。ちなみにMacです。

3/09/2011

すぐれたVFX artist になるためには

Scott Squires

優秀なVFX artist になるためには。
What makes a good visual effects artist? 

とりあえずかいつまんでみた。

3/04/2011

Nuke tutorial 1 画像をNukeに読み込む

Nukeに画像を読み込む場合。

ImageタブからReadノードを選択
Imgage file ブラウザから目的の画像、またはシーケンスを選択する。

右上にある黒い三角をクリックするとpreview windowが表示され、画像を確認することができる。
colorsapce nukeでは読み込むイメージによりdefaultのカラースペースが設定される。
8bit files sRGB
float files linear
この設定はProject Settingsで変更することができる


premultiplied option アルファチャンネルを持つ画像を読み込むときにはチェックを入れる。