You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix UI screenshot paths to PNG and add side-by-side frame photo layout
Update ui-upload and ui-gallery image refs from .jpg to .png, reduce
display size with clickable links to full resolution, and replace single
frame photo with a two-image side-by-side layout ready for new photos.
Made-with: Cursor
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,9 @@ InkyStream runs on a home server and gives e-ink photo frames a brain. A frame w
17
17
The challenge is making photographs look good on a screen that can only display six or seven colours. InkyStream handles this automatically using dithering, an algorithm that uses patterns of dots to simulate tones and gradients the hardware can't natively show. Upload a photo, InkyStream processes it, and a correctly sized and dithered variant for each configured device is ready to serve.
18
18
19
19
<palign="center">
20
-
<imgsrc="docs/frame.jpg"alt="Pimoroni Inky Frame displaying a photograph"width="700"><br>
21
-
<em>A Pimoroni Inky Frame 7.3" displaying a dithered photograph, running on batteries with no cables.</em>
20
+
<imgsrc="docs/frame-1.jpg"alt="Pimoroni Inky Frame displaying a photograph"width="340">
21
+
<imgsrc="docs/frame-2.jpg"alt="Pimoroni Inky Frame displaying a photograph"width="340"><br>
22
+
<em>Pimoroni Inky Frame 7.3" displays running on batteries with no cables.</em>
22
23
</p>
23
24
24
25
**Features:**
@@ -51,7 +52,7 @@ Go to the Devices tab and create a new device. Give it a name, select the displa
51
52
Go to the Upload tab. Drag and drop photos or browse to select them. Assign each upload to a category, choose a dithering algorithm (Floyd-Steinberg works well for most images), and select which devices to process for. InkyStream handles the rest — resizing, dithering, and saving a processed variant for each device.
<em>The upload screen. Photos are processed and dithered automatically on upload.</em>
56
57
</p>
57
58
@@ -60,7 +61,7 @@ Go to the Upload tab. Drag and drop photos or browse to select them. Assign each
60
61
The gallery shows all processed images organised by category. Each image displays a thumbnail of the dithered result. Images can be deleted or reprocessed for different devices from here.
0 commit comments