technochroma on DeviantArthttp://creativecommons.org/licenses/by-nc-nd/3.0/https://www.deviantart.com/technochroma/art/Baby-Bubbles-379925554technochroma

Deviation Actions

technochroma's avatar

Baby Bubbles

By
Published:
2K Views

Description

For all my friends with young ones. The main download is a very large (and very free) full-resolution image. The Premium Content is coming shortly and will contain a zip file of all the original files used to make this image, in case anyone wants to get it printed out:

1) PNG (original transparent image that comes out of the fractal rendering program.)
3) PSD (Photoshop file.)
2) Adobe PDF
4) JPG

This is sized for a regular 12x18 print, but I made it larger just for lols and in case you need to crop or size down.

All The Love In The World!
Kat

(Huge props to :iconshortgreenpigg: Shortgreenpigg's Bubbles script (below), which provided the basic structure of my fractal:)

{Made by Shortgreenpigg}
{shortgreenpigg.deviantart.com}

cl := 1;
If Not InputQuery('Grid', 'Clear current flame? (1 - Clear, 0 - Overlay)', cl) then Exit
If Not cl=1 then cl := 0
If cl=1 then Clear

AddTransform;
with Transform do
begin
linear3D := 0;
bubble := 0.2;
pre_blur := 1;
Weight := 0.5;
color := random
symmetry := -1
translate(-0.5 + random*1,-0.5 + random*1)
rotate(random*360)
end;

Addtransform;
with transform do
begin
linear3D := 0;
julia3D := 1;
julia3D_power := -2
weight := 0.5;
color := random
translate(-1 + random*2,-1 + random*2)
rotate(random*360)
end;

Addtransform;
with transform do
begin
linear3D := 0;
julia3D := 1;
julia3D_power := 2
weight := 0.5;
color := random
translate(-1 + random*2,-1 + random*2)
rotate(random*360)
end;

SetActiveTransform(transforms);
with Transform do
begin
for i := 0 to NVARS - 1 do
begin
Variation[i] := 0;
end;
a := 1;
b := 0;
c := 0;
d := 1;
e := 0;
f := 0;

end;

Transform.curl3D := 1.0;
transform.curl3D_cx := (-0.25 + random*0.5)
transform.curl3D_cy := random*1
transform.curl3D_cz := (-0.1 + random*0.2)

rotate(random*360)

Transform.Symmetry := 1;
Flame.FinalXformEnabled := true;

Translate(0.0,-0.4)
Image size
8192x5462px 25.87 MB
Comments1
Join the community to add your comment. Already a deviant? Log In
lalsweden's avatar
Beautiful colours - 
and much more, than that!

L