From 8d69dd30f3f172d2a5f4964eeffd13df4900b21b Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 23 Jan 2017 20:43:43 -0500 Subject: [PATCH] Testing a table. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index aad09cb65..5f2771806 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k ### Samples +| 1:1 Pixel Copying | Composite Decoded | +|---|---| +|![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png)|![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png)| + ![The Electron start screen, with a classic 1:1 pixel emulation](READMEImages/NaiveElectron.png) → ![The Electron start screen, decoded from an interlaced composite feed](READMEImages/CompositeElectron.png) ![Repton 3 in game, with a classic 1:1 pixel emulation](READMEImages/NaiveRepton3.png) → ![Repton 3 in game, decoded from an interlaced composite feed](READMEImages/CompositeRepton3.png)