diff --git a/README.md b/README.md index 8491654f4..d2a3c2193 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,10 @@ If your machine has a 4k monitor and a 96Khz audio output? Then you'll get a 4k |![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)| |![Stormlord with a classic 1:1 pixel emulation](READMEImages/NaiveStormlord.png)|![Stormlord decoded from an interlaced composite feed](READMEImages/CompositeStormlord.png)| +| 1:1 Pixel Copying | Correct Aspect Ratio, Filtered | +|---|---| +|![Amstrad text, with a classic 1:1 pixel emulation](READMEImages/NaiveCPC.png)|![Amstrad text, with correct aspect ratio and subject to a lowpass filter](READMEImages/FilteredCPC.png)| + Repton title screen, interlaced ## Low Latency diff --git a/READMEImages/FilteredCPC.png b/READMEImages/FilteredCPC.png new file mode 100644 index 000000000..4a740a572 Binary files /dev/null and b/READMEImages/FilteredCPC.png differ diff --git a/READMEImages/NaiveCPC.png b/READMEImages/NaiveCPC.png new file mode 100644 index 000000000..4ff56cf37 Binary files /dev/null and b/READMEImages/NaiveCPC.png differ