Opacity

Make the background of a screenshot image transparent.

Need format guidance? See the PNG vs JPEG format guide and the website screenshot API for automation.

Use opacity control in Add Screenshots to generate overlays for product mockups, presentations, or marketing assets—while routing files straight to your storage with no throttling.

Try Transparent Screenshots Free or Compare Plans

Default Opacity

The opacity describes the transparency level, which ranges between 0.0 and 1.0. An opacity of 0.0 is completely transparent, 0.5 is 50% see-through and 1.0 is opaque (not transparent).

The default opacity is 1 (no transparency).

Opacity Example

The examples below show the opacity of 1.0 (no transparency - default), 0.8 (20% see-through) and 0.4 (60% see-through).

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&opacity=1
&url=tesla.com/solarroof

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 no transparency


// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&opacity=0.8
&url=tesla.com/solarroof

Screenshot with 20% transparency


https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&opacity=0.4
&url=tesla.com/solarroof

Screenshot with 60% transparency


Automate Transparent Screenshots

Frequently asked questions

How do I change screenshot opacity?

Add &opacity=VALUE (0.0 to 1.0) to your Add Screenshots request to control transparency.

What happens if I omit the opacity parameter?

Opacity defaults to 1 (fully opaque). Lower values produce transparent backgrounds for overlays and design comps.

Can I combine opacity with other features?

Yes. Opacity works with scaling, cropping, grayscale, request templates, schedules, and cloud delivery in a single request.