Add Color Shifting / 3D Blur Effect
jboarman opened this issue · 4 comments
This effect involves a sort of double or triple printing of the ink layers, printed from different channels that are shifted and blurred.
The color shifting / 3D blur effect involves these steps:
- split channels from original source (either RGB or CMYK or HSV)
- randomly keep color or convert to grey scale or recolorize to a different shade
- shift split channels to randomly adjust placement, shifting X/Y positions by random offset and random directions for each channel; most often, channels will go in opposite directions from each other, but might not
- most often, reduce intensity of split channels (Poisson-likely to reduce intensity); often adding in a mild blur to one or more split layers
- most often, retain the original layer and blend with other split layers; otherwise, print only the split layers
Some additional inspiration might come from tutorials like this one on how to do the similar "glitch effect" in photoshop step-by-step: https://pixelbuddha.net/journal/tutorials/how-to-create-glitch-effect-in-photoshop
@kwcckw Can you demo how we can apply this augmentation to reproduce the image above where the colors are like shadows echoing the text above and below the line in slightly different shades?
@kwcckw Can you demo how we can apply this augmentation to reproduce the image above where the colors are like shadows echoing the text above and below the line in slightly different shades?
The shadow like effect is only applicable for grayscale image only since those displaced color will be in grayscale now and hence creating a shadow like effect. Some grayscale examples: