Gallery app: Image size for thumbnail#19
Open
clarmso wants to merge 3 commits into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Gallery import-image hack documentation to reflect a new thumbnail size requirement.
Changes:
- Changed the documented thumbnail dimensions from 60×45 to 30×23
- Updated the resize instruction to match the new thumbnail dimensions
Comment on lines
+32
to
+34
| 3. **Create the thumbnail (30×23)** | ||
| - Duplicate the 160×120 PNG in your editor. | ||
| - Resize the duplicate to **60×45 px** and save it as `badge-shot-thumb.png`. | ||
| - Resize the duplicate to **30×23 px** and save it as `badge-shot-thumb.png`. |
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.
For the gallery app, the size of the thumbnail should be 30x23 instead of 60x45. The image and the thumbnail should be approx less than 10k or the app output an error.
Here's my test image displayed in the gallery:

Here's the thumbnail uploaded to the app:

Here's the image displayed on the badge above:
