Follow along with the video below to see how to install our site as a web app on your home screen.
Note: this_feature_currently_requires_accessing_site_using_safari
…The output of the Red SDK provides traditional uncompressed RGB as computed by the Red DeBayer algorithm. Second, and this is important, a properly implementated DeBayer algorithm never changes the value of the actual pixel recorded at each cell site, it only calculates the missing values. This means that if you back-sample an RGB image to RAW (that was created by a DeBayer process) you are throwing away the computed values, but you retain the originally recorded pixel values (because the DeBayer algorithm did not alter them).
According the above I’ve assembled a REDline command:
--i 2k-ChartA-T3-1-12.R3D --format 1 --gammaCurve -1 --colorSpace 0 --NR 0 --detail 1 --drx 0.0
Is this line going to extract absolutely linear image?