Skip to content

leacasas/cathodic_pixels

Repository files navigation

Cathodic Pixels

Trying to imitate old CRT TVs feel

This is an algorithm that I made on 2021, which I intended to update and improve.

Code is within a Visual Studio 2022 solution and projects. Download, check if the openFrameworks reference path is correctly set and execute.


The steps of the most important aspect of this algo are very simple:

  1. Load image and read color information for each channel
  2. Map those color values in a 0-to-1 sliding scale.
  3. Use those values to control parameters such as size and alpha of a figure (I do this)
  4. Repeat for each pixel in the image

Additionally, I use that sliding scale to make some animation transitions between images.

Screenshots of the effect:

1 2 3 4


made by Leandro Gabriel Casas (@leandrogcasas)

About

Trying to imitate old CRT TVs feel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages