Go to: Synopsis. Return value. Keywords. MEL examples.
fcheck
fcheck is NOT undoable, NOT queryable, and NOT editable.
Invokes the fcheck program to display images in a separate window.None
// 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.";