djv_convertCommand line utility for image conversion. Contents: Usage
OptionsImage:
Input:
Output:
See also: Command Line. ExamplesConvert an image: > djv_convert input.sgi output.tga Convert an image sequence: > djv_convert input.1-100.sgi output.1.tga (Only the first frame of the output is specified.) Create an RLE compressed image sequence: > djv_convert input.1-100.sgi output.1.tga -io_save tga compress rle Convert an image sequence to a movie: > djv_convert input.0001-0100.dpx output.mov Convert a movie to an image sequence: > djv_convert input.mov output.1.tga Convert pixel type: > djv_convert input.sgi output.sgi -pixel rgb u16 Scale an image by half: > djv_convert input.tga output.tga -scale 0.5 0.5 Resize an image: > djv_convert input.tga output.tga -resize 2048 1556 Convert a Cineon file to a linear format using the default settings: > djv_convert input.cin output.tga Convert a Cineon file to a linear format using custom print settings (black point, white point, gamma, and soft clip): > djv_convert input.cin output.tga -io_load cineon print 95 685 2.2 10 Save video lookup table to a file: > djv_convert 0.vlut output.lut Load video lookup table from a file: > djv_convert input.lut 0.vlut |