Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 1.59 KB

README.md

File metadata and controls

31 lines (16 loc) · 1.59 KB

Fixed Feedback

Fixed Feedback is a collection of two scripts for applying a video feedback effect onto statitc images. This effect is typically achieved by using video synthesiser and plugging the output into one of its inputs, creating an endless repetition of an image.

The rationale behind these scripts is that typically the resolution video synths output is Standard Definition (SD/720x480) or constrained to the size of the screen. If you need high resolution images the output from these video synths might not be appropriate.

These scripts work by taking an iput image (ideally one with transparent areas) and layering x copies of it. fixedfeedback.sh simply merges x copies, and fixedfeedback_key.sh first attempts to remove the dominant colour in an image and then merge x copies of the image.

These scripts are really slow, especially if you use large images or long/big gifs. Any ImageMagick experts that can improve it please do!

This script was first created in 2015 and used in this video. This update adds ability to process animated gifs.

Input file

example image

Output file

example image

Dependencies

ImageMagick (version 6 used, not tested on 7)

Usage.

./fixedfeedback.sh inputimage.png 10

Replace inputimage with your input image. Using 10 will layer 10 copies of image. The file will be saved in the directory containing the script

Notes