brightness

How to manipulate the brightness of an image using L*a*b* color space?

How to manipulate the brightness of an image using L*a*b* color space? Question: I am trying to change the L* values of an image in L*a*b* color space. But the resultant image is not what I expected. How should I change brightness of the image using the L*a*b* values? My Code: imd = np.asarray(ibuffer).copy() imgb …

Total answers: 1