djv_info
Command line utility to display image information.
Contents:
Output
Format:
(name) (width)x(height):(aspect) (format) (type) (duration):(speed)
(layer): (name) (width)x(height):(aspect) (format) (type)
Example:
yesterdayview.mov 640x424:1.51 RGB U8 00:02:00:01@12
dlad.dpx 2048x1556:1.32 RGB U10 00:00:00:01@24
render0001-1000.exr 720x480:1.5 RGB F16 00:00:41:16@24
1: Ambient 720x480:1.5 RGB F16
2: Diffuse 720x480:1.5 RGB F16
3: Specular 720x480:1.5 RGB F16
4: Z 720x480:1.5 L F32
|
Usage
Options
-
-verbose, -v
Verbose information.
-
seq, -q (value)
File sequencing: Off, Sparse, Range. Value: Range.
-
-recurse, -r
Descend into sub-directories.
-
-columns, -c (value)
Number of columns for formatting. A value of zero disables formatting.
-
-load_plugin (value)
Specify load plugin.
See also:
Command Line.
Examples
Display image information:
> djv_info image.sgi image2.sgi
Display image sequence information:
> djv_info image.1-100.sgi
Display information about all images within a directory:
> djv_info ~/pics
Display video lookup table information:
> djv_info 0.vlut
|