@@ -829,19 +829,19 @@ def main():
829829 else :
830830 print ('3D LUT generation options' )
831831
832- print ('lut : %s' % lut )
833- print ('format : %s' % format )
834- print ('ctls : %s' % ctls )
835- print ('lut res 1d : %s' % lut_resolution_1d )
836- print ('lut res 3d : %s' % lut_resolution_3d )
837- print ('min value : %s' % min_value )
838- print ('max value : %s' % max_value )
839- print ('input scale : %s' % input_scale )
840- print ('output scale : %s' % output_scale )
841- print ('ctl render params : %s' % params )
842- print ('ctl release path : %s' % ctl_release_path )
843- print ('bit depth of input : %s' % bit_depth )
844- print ('cleanup temp images : %s' % cleanup )
832+ print ('Lut : %s' % lut )
833+ print ('Format : %s' % format )
834+ print ('CTLs : %s' % ctls )
835+ print ('Lut Res 1d : %s' % lut_resolution_1d )
836+ print ('Lut Res 3d : %s' % lut_resolution_3d )
837+ print ('Min Value : %s' % min_value )
838+ print ('Max Value : %s' % max_value )
839+ print ('Input Scale : %s' % input_scale )
840+ print ('Output Scale : %s' % output_scale )
841+ print ('CTL Render Params : %s' % params )
842+ print ('CTL Release Path : %s' % ctl_release_path )
843+ print ('Input Bit Depth : %s' % bit_depth )
844+ print ('Cleanup Temp Images : %s' % cleanup )
845845
846846 if generate_1d :
847847 generate_1d_LUT_from_CTL (lut ,
@@ -869,7 +869,7 @@ def main():
869869 ctl_release_path ,
870870 format = format )
871871 else :
872- print (('\n \n No LUT generated. '
872+ print (('\n \n No LUT generated! '
873873 'You must choose either 1D or 3D LUT generation\n \n ' ))
874874
875875
0 commit comments