Any idea how this image was generated?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
fluxer
Posts: 5
Joined: 2015-09-18T22:12:06-07:00
Authentication code: 1151

Any idea how this image was generated?

Post by fluxer »

https://en.fotolia.com/id/55047809

I'm interested in generating similar type images using my own parameters. Anyone have any insight as to what algorithms are used?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Any idea how this image was generated?

Post by snibgo »

It looks like an interference (or "beat frequency") pattern, which happens when two images have a similar or identical repeated pattern at slightly different frequencies, and these are added (or multiplied or whatever) together.

In this case, the pattern has two main elements: 22 radials from the centre, and a large number of concentric rings, of thicknesses that increase with the radius. The interference is from the rings.

When we have a grayscale interference pattern, this can be coloured (eg with "-remap") in yellow through green and cyan to blue.

Instead of creating radial lines and rings, we can create vertical and horizontal lines, then "-distort polar" or "-distort arc".
snibgo's IM pages: im.snibgo.com
Post Reply