matisiekpl / screenshot-maker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot Maker

Generate fancy screenshots for AppStore and Google Play from original screenshot and text.

Install

go install github.com/matisiekpl/screenshot-maker@latest

Usage

screenshot-maker --input originalScreenshot.png --text "Some text"

You can also set device. Available devices:

  • iphone-11
  • iphone-11-alt
  • ipad-pro

Setting --device generates diffrent output files. Dimensions are adjusted for AppStore Guidelines. After generation, you can directly upload output files to AppStore.

For example for generating ipad-pro (size guidelines: 2048x2732):

screenshot-maker --input originalScreenshot.png --text "Some text" --device ipad-pro

About


Languages

Language:Go 100.0%