PPP Rear Camera Profiles for RawTherapee
These profiles can be unzipped into the ~/.config/RawTherapee/profiles directory on your computer for postprocessing. They require the modifications on the PPP discussed above in order for these files to work well on your computer.
These profiles are selectible in RawTherapee at the Processing Profile prompt; select My Profiles and then select PPP_R_cloudy. You may adjust the white balance, and then save the profile again by clicking the floppy icon.
The rear camera on the PPP is not as good at colorimetry as my other cameras. But these profiles yield a quite realistic picture style. Other methods of profiling may not do as well as these have been done.
PPP rear camera profiles for RawTherapee
I hacked the postprocess.sh file as shown above. The main purpose is to get an automatic white balance from the PPP cameras instead of the green tint specified by the hardware.
This file is located in the /usr/share/megapixels directory. I copied it to ~/.config/megapixels for adding the changes, and then I set megapixels to use the user version in its setup.
These profiles can be unzipped into the ~/.config/RawTherapee/profiles directory on your computer for postprocessing. They require the modifications on the PPP discussed above in order for these files to work well on your computer.
These profiles are selectible in RawTherapee at the Processing Profile prompt; select My Profiles and then select PPP_R_cloudy. You may adjust the white balance, and then save the profile again by clicking the floppy icon.
The rear camera on the PPP is not as good at colorimetry as my other cameras. But these profiles yield a quite realistic picture style. Other methods of profiling may not do as well as these have been done.
PPP rear camera profiles for RawTherapee
Code:
66,70d65
< # -n 300 denoise
< # -a white balance not by camera
< # -m 0 color artifacts
< # -g 2.4 12.92 sRGB gamma
< # -b 1.0 brighter
75c70
< $DCRAW +M -H 4 -o 1 -q 3 -n 300 -a -m 0 -g 2.4 12.92 -b 1.0 -T "$@" "$MAIN_PICTURE.dng"
---
> $DCRAW +M -H 4 -o 1 -q 3 -T "$@" "$MAIN_PICTURE.dng"
I hacked the postprocess.sh file as shown above. The main purpose is to get an automatic white balance from the PPP cameras instead of the green tint specified by the hardware.
This file is located in the /usr/share/megapixels directory. I copied it to ~/.config/megapixels for adding the changes, and then I set megapixels to use the user version in its setup.