playImageRules top-level constant

StoreImageRules const playImageRules

Play, for screenshots, the feature graphic and the TV banner — every slot this package checks but the icon. (Play's Android XR slot says only "PNG or JPEG"; nothing here uploads to it.)

Implementation

const playImageRules = StoreImageRules(
  store: 'Play',
  alphaRule: '"JPEG or 24-bit PNG (no alpha)"',
  depthRule: '"JPEG or 24-bit PNG (no alpha)", which is 8 bits per channel',
);