Gamma correction using the sRGB and Adobe RGB standards

Gamma correction using the sRGB and Adobe RGB standards
287 téléchargements
Mise à jour 4 jan. 2019

Afficher la licence

Linearize gamma-corrected RGB values (from sRGB or Adobe RGB 1998 to linear RGB) and apply gamma correction to linear RGB values (from linear RGB to sRGB or Adobe RGB 1998).
Reference:
1) Ebner, Marc. "Gamma Correction." Color Constancy. Chichester, West Sussex: John Wiley & Sons, 2007.
2) Adobe Systems Incorporated. "Inverting the color component transfer function." Adobe RGB (1998) Color Image Encoding. Section 4.3.5.2, May 2005, p.12.
Assumptions:
- There are no color manipulations applied on the RGB before applying the gamma correction to the input image. The gamma correction was applied in the same way of either Adobe RGB standards or gamma 2.2.

Note:
-There is a very small reconstruction error if you are going from sRGB (input image) to linear RGB, then from linear RGB to sRGB caused by round-off error.
-If you have Matlab 2017b or higher, you can use lin2rgb and rgb2lin functions instead.

Citation pour cette source

Mahmoud Afifi (2024). Gamma correction using the sRGB and Adobe RGB standards (https://www.mathworks.com/matlabcentral/fileexchange/65672-gamma-correction-using-the-srgb-and-adobe-rgb-standards), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2016b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Gamma Functions dans Help Center et MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

lin2rgb-rgb2lin

Version Publié le Notes de version
1.0.0.1

.

1.0.0.0

description updated
.

.