Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/content/hacks/gallery-import-image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ The Gallery app scans its `images/` and `thumbnails/` folders at boot. Add a mat
2. **Prepare the full-size artwork (160×120)**
- Open your source image in the image editor.
- Resize or export it to exactly **160×120 px** and save it as `badge-shot.png` (use any name you like) on your desktop.
3. **Create the thumbnail (60×45)**
- Compress the image to less than 10k.
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`.
Comment on lines +33 to +35
- Compress the image to less than 10k.
4. **Copy both files into the app with Finder or File Explorer**
- Drag `badge-shot.png` into `badger volume/apps/gallery/images/`.
- Drag `badge-shot-thumb.png` into `badger volume/apps/gallery/thumbnails/` and rename it so the filename matches the full-size version (for example, `badge-shot.png`).
Expand Down