Re-shoot Discover everywhere against the boosted strip - #9
Merged
Conversation
…is in the art The app has shown paying members above the discovery list since langx/langx #1274. Every picture of Discover in this repo predates that, so the store listing, the press screens and the postcard all showed a screen the app no longer has. Re-rendered from the site's phone components — the same source the set has always been cut from — now that langx/website carries the strip too. The 112 store shots were not re-laid-out. The card is the only thing that changed in them: it was located on each canvas and redrawn, so the ground, the headline and the support line are the same pixels in all eight languages and the set still reads as one template. Shots 2-6 and 8 are untouched. The re-shoot also picks up what the screen had drifted to since the first one — the search button, the filter count, the language pair under the title. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Every picture of Discover in this repo predated langx/langx#1274, which put paying members above the discovery list in the app. The store listing, the press screens and the postcard all showed a screen the app no longer has. This re-shoots all of them.
119 files:
2.x/<lang>/{ios,android}/<size>/1.png— Discover, yellow2.x/<lang>/{ios,android}/<size>/7.png— Discover, inkmarketing/2.x/screens/discover{,-dark}{,-top}.pngdesign/print/assets/screens/discover.png— the postcard frontRendered from the site's phone components, the same source this set has always been cut from, now that langx/website#168 carries the strip there.
How the 112 store shots were changed
They were not re-laid-out. Re-running the template would have meant re-setting eight languages of type, in two scripts, and matching it against the six shots that are not changing — a lot of risk for a change that is entirely inside the card.
Instead the old card was located on each canvas by template match (it is centred, so width and
ywere the only unknowns) and the new one drawn in its place behind the same rounded-corner mask. The ground, the headline and the line under it are the same pixels they were in all eight languages. Shots 2–6 and 8 are untouched — confirmed by the diff: exactly 56 ×1.pngand 56 ×7.png.Card geometry came out consistent per canvas family, which is the check that the match found the right thing: ~83.6% of the width on the phone canvases (the README's "84%"), 69% on 5.5", ~52% on the iPad ones, ~62% on the Play tablets.
Notes for the reviewer
marketing/files differ from their neighbours by more than the strip. Called out in that README.🤖 Generated with Claude Code