Scale an image’s RGB intensity through a browser brightness filter.
The percentage becomes factor 1 + percentage ÷ 100, then Canvas redraws the source through that CSS filter. The raster dimensions stay unchanged and the result is emitted as PNG.
Input: data:image/png;base64,iVBORw0KGgo= Brightness: 25
PNG data URL rendered at 1.25× brightness
Photo editors preview exposure, themes lighten icons, and accessibility reviews test contrast adjustments.