Skip to content

jk-keller/rotational-growth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 

Repository files navigation

Turning into Turing, A Rotational Growth Photoshop® Script

How did this, become this, become that?

Did you know that if you repeatedly rotate an image in Photoshop®, it eventually breaks down and may produce a Turing pattern that animates differential growth?

The start: HSB gradient (hue = 0–360, s = 100, b = 100), 361 × 2 px

rainbow gradient start

And then: the above image rotated by 2 degrees, 360 times (a.k.a 2 full revolutions)

rainbow gradient rotated 2 degrees, 360 times (2 revolutions) using bicubicSharper interpolation

But THEN: the start image rotated by 2 degrees, 10800 times (a.k.a 60 full revolutions)

rainbow gradient rotated 2 degrees, 10'800 times (60 revolutions) using bicubicSharper interpolation

It may be hard to believe, but the only thing I did was rotate the first image thousands of times. See it as an animation:

animatioin of rainbow gradient rotated 2 degrees, 10'800 times (60 revolutions) using bicubicSharper interpolation


How to

The jsx file will only work in Photoshop®.

It’s generally good to have a canvas that’s bigger than the image you want to alter, but you can always change that later too. You’ll also probably want to save the file as Large Document Format (.psb) before you begin as the file size gets real big, real fast.

  • Select a layer to apply the script to.
  • Go to File menu, choose Scripts, then Browse… and select the rotational_growth.jsx file
  • You will be prompted to input the settings you would like to use:
    • Interpolation method. The first three produce Turing patterns, the last two don’t
    • Anchor point location. Best to keep in center in most cases
    • Number of steps per rotation, e.g. 72 steps = . Integers only
    • Number of total revolutions. Integers only
    • Number of revolutions to show every frame / iteration. Zero will only show every 360° revolution frame
    • Whether you want it rotate counter-clockwise or not.
  • The window should show you the number of rotation iterations and new lyers that will be created in the file. I'd keep these low until you understand how long the script can take.
  • Sit back and wait 🍸
  • When complete, there will be a frame animation of all the layers.
  • The file will be saved automatically periodically and when complete.

Examples of settings:

Interpolation (2 degrees: 2 revolutions & 60 revolutions):

bicubic

rainbow gradient rotated 2 degrees, 360 times (2 revolutions) using bicubic interpolation

rainbow gradient rotated 2 degrees, 10800 times (60 revolutions) using bicubic interpolation

bicubicSharper

rainbow gradient rotated 2 degrees, 360 times (2 revolutions) using bicubicSharper interpolation

rainbow gradient rotated 2 degrees, 10800 times (60 revolutions) using bicubicSharper interpolation

the best IMHO

bicubicSmoother

rainbow gradient rotated 2 degrees, 360 times (2 revolutions) using bicubicSmoother interpolation

rainbow gradient rotated 2 degrees, 10800 times (60 revolutions) using bicubicSmoother interpolation

bilinear

rainbow gradient rotated 2 degrees, 360 times (2 revolutions) using bilinear interpolation

rainbow gradient rotated 2 degrees, 10800 times (60 revolutions) using bilinear interpolation

nearestNeighbor

rainbow gradient rotated 2 degrees, 360 times (2 revolutions) using nearestNeighbor interpolation

rainbow gradient rotated 2 degrees, 10800 times (60 revolutions) using nearestNeighbor interpolation


Caveats:

  • I haven’t put in any input validation yet, so it may throw unhelpful errors.
  • Rotating by 1, 2, or 4 steps will produce no real results as rotating by 360°, 180°, or 90° are lossless transformations
  • a single pixel, or very small amounts of pixels may not produce any real results
  • large numbers of steps (i.e. very small degrees per step) may also not produce results
  • large numbers of steps will take forever, as will large numbers of revolutions
  • Photoshop will hang, quit, or otherwise be unresponsive. It will hate you.
  • I’m pretty sure if an app / library uses bicubic interpolation, similar results can be had with repeated rotations

Related / Research / etc.:


by JK Keller, dilettante 🔮 coder, use at your own risk 🕳

https://jk-keller.com/o__o/rotational_growth

About

Photoshop scripts to generate Turing patterns / reaction diffusion systems via rotation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published