移動先: 概要 戻り値 キーワード. MEL 例.

概要

fcheck

fcheck は 「元に戻す」が不可能「照会」が不可能「編集」が不可能 です。

イメージを別のウィンドウに表示するために fcheck プログラムを起動します。

戻り値

なし

キーワード

display, images

MEL 例

// View the image "myImage.iff"
//
fcheck "myImage.iff";
// You can also display several images at once using filenames with
// wildcards (each in a separate window)
//
fcheck "myTest*";
// You can display an animation using a trailing dot (.) on the
// filename.
//
fcheck "mySequence.";