Adjust Image Brightness

Adjusting the brightness of your screenshots allows you to make the images lighter or darker based on your needs. Whether you need to enhance the clarity of specific details or match the image's brightness to a certain aesthetic, brightness adjustments can significantly impact how your screenshots are perceived.

Why Adjust Brightness?

Here are some key reasons to adjust brightness in your screenshots:

  • Improve Visibility: Adjusting brightness can make text and important elements more readable, especially if the original screenshot is too dark or too bright.
  • Highlight Details: Brightening an image can bring out hidden details or enhance the contrast between different elements.
  • Match Visual Standards: Brightness adjustments can help ensure that screenshots align with your brand's visual guidelines or presentation standards.

Brightness Adjustment Examples

Below are examples demonstrating different brightness levels applied to a screenshot:

// Example of original brightness level https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&brightness=0
&url=tesla.com/modely

Your API key can be found on the API Keys page. Need an API Key? Sign up to get started.
For internal applications, replace YOUR_API_KEY with your own unique API Key.
For public facing websites or hotlinks, generate a signed URL.

Screenshot with standard brightness


// Example of darker brightness level https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&brightness=-0.2
&url=tesla.com/modely

Screenshot with reduced brightness


// Example of brighter brightness level https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&brightness=0.2
&url=tesla.com/modely

Screenshot with increased brightness