Enhancing the contrast of your screenshots can significantly improve their visual clarity and impact. By adjusting the contrast, you can make elements stand out more distinctly, ensuring that details are easily visible and that the overall image is more engaging.
Adjusting contrast is crucial for several reasons:
Below are examples of different contrast levels applied to a screenshot, illustrating how contrast adjustments can affect the image:
// Example of default contrast level (no change) https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&contrast=0
&url=tesla.com/modelx
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.
// Example of reduced contrast level https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&contrast=-0.2
&url=tesla.com/modelx
// Example of increased contrast level https://api.addscreenshots.com/screenshots
?apikey=YOUR_API_KEY
&contrast=0.2
&url=tesla.com/modelx