Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 453 Bytes

URL TO IMAGE

URL TO IMAGE is a docker image, which generates an image from a URL with specified width and height.

Usage

Build the image

docker-compose up --build

run the image with following parameters

docker run --volume $PWD/media:/media sreevardhanreddi/url-to-img:latest --url=https://github.com --width=1920 --height=1080

Note

  • all the images generated are in png format and have suffix .gen.png