Made in response to a recent question posted at the Mathematica Stack Exchange.
Mathematica code:
img = ImageCrop@DensityPlot[ Sin[2 x - 20 Log[2 (Sin[y]^2 + 1), 2]], {x, 0, 16 Pi}, {y, 0, 32 Pi}, PlotPoints -> 250, ColorFunction -> "SunsetColors", Frame -> False, ImageSize -> 600]
LogPolar[x_, y_] := {Log[Sqrt[x^2 + y^2]], ArcTan[x, y]}d = ImageDimensions[img][[1]]
Manipulate[ ImageResize[ ImageTransformation[ ImageTake[ img, {1, 14*d/16}, {1 + (2 - 2 t)*d/32, (32 - 2 t)*d/32}], LogPolar[#[[1]], #[[2]]] &, DataRange -> {{-Pi, Pi}, {-Pi, Pi}}], 500], {t, 0, 6/7, 1/7}]

![High-res: 800x800
Mathematica code:
f[x_, y_] := {Log[Sqrt[x^2 + y^2]], ArcTan[x, y]}ImageTransformation[ ImageCrop[ DensityPlot[ Sin[104.02*Abs[(x + I y)^2]], {x, -4.26, 4.26}, {y, -4.26, 4.26}, PlotPoints -> 27, Mesh -> False, Frame -> False, ColorFunction -> Hue, ImageSize -> 834], 800],f[#[[1]], #[[2]]] &, DataRange -> {{-Pi, Pi}, {-Pi, Pi}}]](http://24.media.tumblr.com/tumblr_m1kh3vMFaq1qfjvexo1_1280.jpg)
![High-res: 800x800
Mathematica code:
f[x_, y_] := {Log[Sqrt[x^2 + y^2]], ArcTan[x, y]}ImageTransformation[ ImageCrop[ DensityPlot[ Sin[104.54*Abs[(x + I y)^2]], {x, -2.5, 2.5}, {y, -2.5, 2.5}, PlotPoints -> 27, Mesh -> False, Frame -> False, ColorFunction -> Hue, ImageSize -> 834], 800],f[#[[1]], #[[2]]] &, DataRange -> {{-Pi, Pi}, {-Pi, Pi}}]](http://25.media.tumblr.com/tumblr_m1iqpeu5FE1qfjvexo1_1280.jpg)
![High-res: 800x800
Mathematica code:
f[x_, y_] := {Log[Sqrt[x^2 + y^2]], ArcTan[x, y]}ImageTransformation[ ImageCrop[ DensityPlot[ Sin[84.74*Abs[(x + I y)^2]], {x, -10, 10}, {y, -10, 10}, PlotPoints -> 35, Mesh -> False, Frame -> False, ColorFunction -> Hue, ImageSize -> 834], 800],f[#[[1]], #[[2]]] &, DataRange -> {{-Pi, Pi}, {-Pi, Pi}}]](http://24.media.tumblr.com/tumblr_m1gks5Eif61qfjvexo1_1280.jpg)
![High-res: 800x800
Mathematica code:
ImageCrop[ DensityPlot[ Sin[84.74*Abs[(x + I y)^2]], {x, -10, 10}, {y, -10, 10}, PlotPoints -> 35, Mesh -> False, Frame -> False, ColorFunction -> Hue, ImageSize -> 944],800]](http://25.media.tumblr.com/tumblr_m1gku0BSHR1qfjvexo1_1280.jpg)