ビューイング
新しいフリップブックを起動します。 これは、[Render]ツールバーの[フリップブック]ボタンをクリックすることと同じスクリプトです。 オプションも組み合わせることができます。
フリップブックは、キャッシュ イメージのシーケンスを再生するスタンドアロン ツールです。
Flipbook( [CmdLine] ); |
パラメータ | タイプ | 詳細 | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CmdLine | 文字列 |
フリップブックに渡すコマンド ライン オプション デフォルト値: ""
|
' ' A flipbook window and a selection image window pops up when you type ' the following command: ' Flipbook |
' ' This example shows how to open the flipbook automatically with the images ' scaled to 50% of original size horizontally and vertically: ' Flipbook "-r 2" |
' ' This example shows how to cache images in memory before playing, which is ' good for maintaining constant frame rate: ' Flipbook "-m" |
' ' This example shows how to open the flipbook with memory caching enabled, ' frame skipping for realtime playback, and a set upper limit of 200Mb for ' memory caching: ' flipbook "-m -t -L 200" |