From 8200b47fcb0041584f6eebc03367394e70c8eff4 Mon Sep 17 00:00:00 2001 From: Nikita Zlobin <nick87720z@gmail.com> Date: Thu, 11 Mar 2021 22:44:00 +0500 Subject: [PATCH] Fix README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1718669..bf5962c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Scripts for analogue-like high quality image display, as if it was captured by ideal camera. img-downscale-rgb.sh - 3x downscale for horizontal display layout. + img-fft-resynth.sh - high quality rescale using FFT transformation Typical sequence: @@ -18,4 +19,4 @@ Requirements: - bash (never tested with other shells) - lots of RAM for too big input images (imagemagick fft filter feature) -Could be adapted to almost any layout (even 2x2, if you find, how to map color components from each subpixel to even sized grid). \ No newline at end of file +Could be adapted to almost any layout (even 2x2, if you find, how to map color components from each subpixel to even sized grid). -- GitLab