PageShot

img

PageShot

Capture screenshots of web pages from specified URL using Rust. Customize viewport dimensions and save the resulting image in PNG format. You can customize the viewport dimensions and save the resulting image in PNG format.

Features

Installation

To build and run PageShot, make sure you have Rust and Cargo installed. Clone this repository and use Cargo to build the project:

cargo install pageshot

Usage

Run the compiled binary with the desired URL, viewport dimensions, and output file name:

pageshot -u https://example.com --width 1920 --height 1080 -o example.png

Arguments