iPhone gallery

Generated screenshots

Config JSON

Exact template configuration

Copy
{
  "screenshotCount": 5,
  "locale": "en-US",
  "outputDirectory": "App-Store-Screenshots",
  "screenshotsDirectory": "inputs",
  "theme": {
    "gradientTopColor": "#E0F7FA",
    "gradientBottomColor": "#00796B",
    "pillColor": "#00BFA5",
    "pillTextColor": "#FFFFFF",
    "subtitleColor": "#FFFFFF",
    "deviceFrameColor": "#1C1C1E",
    "headerFontSizeFraction": 0.038,
    "subtitleFontSizeFraction": 0.035,
    "topPaddingFraction": 0.07,
    "subtitleMaxWidthFraction": 0.85,
    "shadowBlur": 25,
    "shadowOpacity": 0.15,
    "pillCornerRadiusFraction": 0.16,
    "pillSubtitleGapFraction": 0.035,
    "subtitleDeviceGapFraction": 0.08
  },
  "screenshots": [
    {
      "header": "📊 Dashboard",
      "subtitle": "Get all the details about your peptides at a glance",
      "screenshotPath": "01_dashboard_iphone.png",
      "screenshotPaths": {
        "iPhone 6.7": "01_dashboard_iphone.png",
        "iPhone 6.5": "01_dashboard_iphone.png",
        "iPhone 5.5": "01_dashboard_iphone.png",
        "iPad 13": "01_dashboard_iphone.png"
      }
    },
    {
      "header": "🧮 Calculator",
      "subtitle": "Get the right dose every time — quickly calculate dosage and reconstitution",
      "screenshotPath": "02_calculator_iphone.png",
      "screenshotPaths": {
        "iPhone 6.7": "02_calculator_iphone.png",
        "iPhone 6.5": "02_calculator_iphone.png",
        "iPhone 5.5": "02_calculator_iphone.png",
        "iPad 13": "02_calculator_iphone.png"
      }
    },
    {
      "header": "📋 Protocols",
      "subtitle": "Track as many protocols as you'd like",
      "screenshotPath": "03_protocols_iphone.png",
      "screenshotPaths": {
        "iPhone 6.7": "03_protocols_iphone.png",
        "iPhone 6.5": "03_protocols_iphone.png",
        "iPhone 5.5": "03_protocols_iphone.png",
        "iPad 13": "03_protocols_iphone.png"
      }
    },
    {
      "header": "💉 Log Injections",
      "subtitle": "Track site locations",
      "screenshotPath": "04_injection_log_iphone.png",
      "screenshotPaths": {
        "iPhone 6.7": "04_injection_log_iphone.png",
        "iPhone 6.5": "04_injection_log_iphone.png",
        "iPhone 5.5": "04_injection_log_iphone.png",
        "iPad 13": "04_injection_log_iphone.png"
      }
    },
    {
      "header": "🧊 Inventory",
      "subtitle": "Keep tabs on your peptides",
      "screenshotPath": "05_inventory_iphone.png",
      "screenshotPaths": {
        "iPhone 6.7": "05_inventory_iphone.png",
        "iPhone 6.5": "05_inventory_iphone.png",
        "iPhone 5.5": "05_inventory_iphone.png",
        "iPad 13": "05_inventory_iphone.png"
      }
    }
  ],
  "devices": [
    {
      "name": "iPhone 6.7",
      "outputWidth": 1290,
      "outputHeight": 2796,
      "outputDirectory": "iPhone 6.7",
      "deviceWidthFraction": 0.75,
      "screenAspectRatio": 2.1674,
      "frameCornerRadiusFraction": 0.13,
      "bezelWidthFraction": 0.016
    },
    {
      "name": "iPhone 6.5",
      "outputWidth": 1242,
      "outputHeight": 2688,
      "outputDirectory": "iPhone 6.5",
      "deviceWidthFraction": 0.75,
      "screenAspectRatio": 2.1643,
      "frameCornerRadiusFraction": 0.13,
      "bezelWidthFraction": 0.016
    },
    {
      "name": "iPhone 5.5",
      "outputWidth": 1242,
      "outputHeight": 2208,
      "outputDirectory": "iPhone 5.5",
      "deviceWidthFraction": 0.75,
      "screenAspectRatio": 1.7778,
      "frameCornerRadiusFraction": 0.1,
      "bezelWidthFraction": 0.016
    },
    {
      "name": "iPad 13",
      "outputWidth": 2048,
      "outputHeight": 2732,
      "outputDirectory": "iPad 13",
      "deviceWidthFraction": 0.8,
      "screenAspectRatio": 1.3333,
      "frameCornerRadiusFraction": 0.06,
      "bezelWidthFraction": 0.012
    }
  ]
}