Справка Houdini на русском Reference Stand-alone utilities

ilutinfo

Prints information about a lookup table (LUT) file.

On this page

Synopsis

ilutinfo lut_file [lut_file...]

Description

Prints header information about a lookup LUT file, such as its type, the channels it affects, sampling type, etc.

Type

The general type of the LUT.

1D

A curve-based lookup table. May affect R,G,B and/or A.

3D

A cube-based lookup table (RGB only)

3D+prelut

A cube-based lookup table with a single curve LUT which RGB is run though before the cube.

Size

The number of entries in the LUT. For 1D LUTs, this is the number of data samples in each curve. For 3D LUTs, this is the cube size (number of RGB triplets will be size^3). For 3D+preluts, the 1D curve size and the 3D cube size is reported.

LUT Channels

For 1D LUTs, the number of curves and the channels they affect (R,G,B,A).

Sampling

Whether the LUT is linearly or logarithmically sampled. In a linear LUT, the samples have the same sampling interval. Logarithmic LUTs have short intervals near the low end of the LUT and longer intervals at the end.

Precision

Binary LUTs can be saved in full (32b floating point) or half (16b floating point precision). The latter sacrifices some precision for smaller file sizes (and texture sizes, when used as a display LUT).

Input Range

The color range which is modified by the LUT. Values outside this range are clamped to this range.

Output Range

The output color range produced by the LUT, given values in the input range.

Black/white

Defines what value black and white are, from the LUT’s perspective. Generally this is 0,1 (for floating point color), but could be 0,255 is the LUT was expressed in 8b fixed values.

Stand-alone utilities

  • abcconvert

    Convert between Alembic formats.

  • abcecho

    Print information about an Alembic file.

  • abcinfo

    Print information about an Alembic file.

  • chchan

    Copies channel collection to/from action channel format.

  • chcp

    Copies channel collection file to another format.

  • chinfo

    Prints information about a channel collection file.

  • claudio

    Copies CHOP data (clip) to/from audio formats.

  • clchan

    Copies CHOP data (clip) to/from action channel format.

  • clchn

    Copies CHOP data (clip) to/from channel collection format.

  • clcp

    Copies CHOP data (clip) to another format.

  • clinfo

    Prints information about a CHOP data (clip) file.

  • dsmconvert

  • dsmmerge

  • dsparse

    Parses and displays dialog scripts.

  • gabc

    Convert between Alembic and Houdini geometry.

  • gconvert

    Convert between Houdini polygon formats.

  • gdxf

    Converts DXF polygons to/from Houdini format.

  • geps

    Converts EPS files to Houdini polygon format.

  • giges

  • ginfo

    Prints polygon file statistics.

  • glightwave

    Converts LightWave files to/from Houdini format.

  • gplay

    Geometry viewer.

  • gptex

    Makes a ptexture image file from a geometry file.

  • greduce

    Reduces polygons in a file.

  • gwavefront

    Converts .obj files to/from Houdini format.

  • hbrickmap

    Converts an i3d file or volume primitive geo/bgeo file into a Pixar brickmap file.

  • hcollapse

    Collapses a directory structure.

  • hcpio

  • hexpand

    Expands hip files into a directory structure.

  • hrender

  • hsc

  • hscript

    Command line HScript interpreter.

  • i3dconvert

  • iautocrop

    Crops images based on pixel values.

  • icineon

    Convert images from 10-bit Cineon format to an 8 bit format.

  • icomposite

  • iconvert

    Converts image formats.

  • icp

    Isolate a region of an image in a new image.

  • iflip - Flip Image

  • ihot

    Scans an image for video-unsafe colors.

  • iinfo

    Outputs information about an image.

  • ilut

    Generates a lookup table (LUT) from standard channel formats or another LUT.

  • ilutcomp

    Generates a single lookup table (LUT) from from two LUTs.

  • ilutinfo

    Prints information about a lookup table (LUT) file.

  • imdisplay

    Sends an image to an mdisplay window.

  • iprint

    Prints the RGBA values for an image as text.

  • iquantize

    Reduces the number of colors in an image.

  • isixpack

    Generates an environment/reflection map from six images representing the six sides of a cube, or a cross image.

  • itilestitch

    Assemble a series of image files with crop windows into a single image.

  • izg

    Converts Z-depth images to 8-bit grayscale images.

  • izmatte

    Composites RGB and Z-depth images.

  • mcacclaim

    Converts an Acclaim motion file to a Houdini script and channel file(s).

  • mcbiovision

    Converts a BioVision motion file to a Houdini script and channel file(s).

  • mcmotanal

    Converts a Motion Analysis TRC motion file to a Houdini script and channel file(s).

  • mcp

    Convert an image sequence to a movie file.

  • minfo

    Prints information about movie files.

  • siminfo

    Prints simulation cache file statistics.

  • spy

    Shell utility for navigating the UNIX filesystem.

  • vexcache

    Query or modify the VEX compile cache.

  • vexexec

    Execute a cvex shader.