Question about auto_scale
What did auto_scale did in the postprocessing?
For example,
im2 = raw.postprocess(use_camera_wb=True, half_size=True, no_auto_bright=True,no_auto_scale=False, output_bps=16)
im1 = raw.postprocess(use_camera_wb=True, half_size=True, no_auto_bright=True,no_auto_scale=True, output_bps=16)
The only difference is no_auto_scale. Is there anyway that I can manually scale im1 so that it becomes the same as im2?
Thanks a lot!
Recent comments