Gamma correction using the sRGB and Adobe RGB standards

Gamma correction using the sRGB and Adobe RGB standards
287 descargas
Actualizado 4 ene 2019

Ver licencia

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.

Citar como

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. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Gamma Functions en Help Center y MATLAB Answers.

Community Treasure Hunt

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

Start Hunting!

lin2rgb-rgb2lin

Versión Publicado Notas de la versión
1.0.0.1

.

1.0.0.0

description updated
.

.