Rotate and Flip Your Screenshots

Adjusting the orientation of your screenshots can be crucial for various use cases. Whether you need to highlight specific details or present information in a different layout, flipping or rotating your screenshots can help you achieve the desired effect.

Flip Image Vertically

Flipping an image vertically can be useful for creating mirror effects, highlighting certain aspects of a design, or simply adjusting the orientation to fit your needs. The example below demonstrates how to flip an image vertically using our tool.

// Example API request to flip an image vertically https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&flip_vertical=true
&url=google.com

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 Vertical Flip

Flip Image Horizontally

Flipping an image horizontally can help in scenarios such as creating design variations, adjusting images for layout purposes, or presenting a mirrored view. The example below shows how to flip an image horizontally.

// Example API request to flip an image horizontally https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&flip_horizontal=true
&url=google.com

Screenshot with Horizontal Flip

Rotate Image

Rotating an image allows you to adjust the angle of your screenshot, which can be useful for presentations, design mockups, or correcting the alignment of visual content. The example below illustrates how to rotate an image by 20 degrees.

// Example API request to rotate an image by 20 degrees https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&rotate=20
&url=google.com

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 Rotated by 20 Degrees