HOME | DD

tatasz — Blurring Techniques - Part 1
#apophysis #blur #chaotica #fractal #ifs #splits #elliptic
Published: 2015-12-13 12:51:47 +0000 UTC; Views: 11097; Favourites: 71; Downloads: 0
Redirect to original
Description /* Journal Top */ body div#devskin11548908 .gr-box { background:#617360; } body div#devskin11548908 .gr-top h2, body div#devskin11548908 .gr-top h2 a { text-transform:uppercase; letter-spacing:2px; padding:5px 20px; font-size:29px; } body div#devskin11548908 .timestamp, body div#devskin11548908 .commentslink { text-align:center; padding:5px; text-transform:uppercase; letter-spacing:2px; } body div#devskin11548908 .left { width:17%; } body div#devskin11548908 .right { width:83%; } body div#devskin11548908 .right { float:right; } body div#devskin11548908 .left { float:left; } /* Box and Square Headings */ body div#devskin11548908 h1, body div#devskin11548908 h2 { text-transform:uppercase; font-weight:normal; font-size:14px; font-weight:bold; font-family:'open sans'; } body div#devskin11548908 h1 { letter-spacing:2px; color:#fff; padding:5px; background:#617360; } body div#devskin11548908 .text h2 { padding-left:10px; letter-spacing:1px; margin:5px 0 -5px 0; border-left:20px solid #617360; } body div#devskin11548908 h1:hover, body div#devskin11548908 h2:hover { font-weight:bold; } body div#devskin11548908 .p1 { background:#617360; } body div#devskin11548908 .b1 { background:#617360; } body div#devskin11548908 .g1 { background:#617360; } body div#devskin11548908 .p2 { border-left:20px solid #617360!important; } body div#devskin11548908 .b2 { border-left:20px solid #617360!important; } body div#devskin11548908 .g2 { border-left:20px solid #617360!important; } /* Mini Gallery Code */ body div#devskin11548908 .mini .shadow-holder { display:inline-block; width:150px; height:150px; overflow:hidden; } body div#devskin11548908 .mini .shadow-holder img { padding:0px; max-width:none; margin:0 0 0 0; } body div#devskin11548908 .mini .lit { width:150px; height:150px; } body div#devskin11548908 .mini .shadow-holder:hover img, body div#devskin11548908 .mini .shadow-holder:hover .lit { position:absolute!important; z-index:2; margin:7px 0 0 -63px; padding:5px; } body div#devskin11548908 .b .shadow-holder:hover img, body div#devskin11548908 .b .shadow-holder:hover .lit, body div#devskin11548908 .embedded-deviation img:hover, body div#devskin11548908 .embedded-freeform-deviation:hover { background:#617360; } body div#devskin11548908 .g .shadow-holder:hover img, body div#devskin11548908 .g .shadow-holder:hover .lit, body div#devskin11548908 .embedded-deviation img:hover, body div#devskin11548908 .embedded-freeform-deviation:hover { background:#617360; } body div#devskin11548908 .y .shadow-holder:hover img, body div#devskin11548908 .y .shadow-holder:hover .lit, body div#devskin11548908 .embedded-deviation img:hover, body div#devskin11548908 .embedded-freeform-deviation:hover { background:#617360; } body div#devskin11548908 .shadow-holder:hover img, body div#devskin11548908 .shadow-holder:hover .lit, body div#devskin11548908 .embedded-deviation img:hover, body div#devskin11548908 .embedded-freeform-deviation:hover { background:#617360; } body div#devskin11548908 .mini.b .shadow-holder:hover { background:#617360; } body div#devskin11548908 .mini.g .shadow-holder:hover { background:#617360; } body div#devskin11548908 .mini.y .shadow-holder:hover { background:#617360; } body div#devskin11548908 .mini .shadow-holder:hover { background:#617360; }

Some methods to add cool blurs to your fractal, requested by BoxTail and written in collaboration with him
The parameters are for learning purpose only. Please tweak a lot and credit back.

Part of Structured IFS tutorial collection.

Structured IFS tutorial collection:hug: well, as usual, i need your help with this bunch of tutorials. What should i write about? Is there anything you wanna know? Please ask, i´ll write about it ^^ If you wrote / want to write cool tutorials about structured IFS, poke me, i´ll add it to the collection. I need feedback :noes: Is anything too crappily written? Is it messy / unclear? Do tell! Update Log: 2016 / 04 / 06 - Advanced Linear Tilings added 2016 / 03 / 20 - 2 new tutorials: Glynnsim and more on hypertiles. 2016 / 03 / 08 - 2 new Tutorials, and a bit of organization =) 2016 / 02 / 23 - Second blur tutorial added 2015 / 11 / 23 - 3 tutorials added to list =) XAOS X...


Starting Parameters
As example, we will use basic elliptic splits parameters. Lets make it:

  • Start with a blank flame
  • On transform 1, replace linear with elliptic = 1
  • Rotate it 90 degrees CCW
  • Scale transform 1 down by 150%
  • Add a new transform
  • On transform 2, replace linear with splits = 1
  • Set splits_x variable to 1
  • Rotate transform 2 90 CCW
  • Scale transform 2 up by 200%
  • Or just grab the parameters here: Starting Parameters: Elliptic Splits




    Trick 1. Falloff2 / falloff3
    Falloff2 and falloff3 create amazing blur effects. For best results, add either the pre version (pre_falloff2 for example), or on a pre_linked transform. Post and post_linked are not recommended, as they may mess up the shapes.

    Like this, for example: Elliptic Splits with Falloff2



    Basically, falloff plugins blur the sides, but leave the center not blurred.

    As it has many variables, lets go through some examples. As usual, those are not all options, just some directions for experimentation.

    Left, type = 0 and right, type = 1


    Left, mul_x = 1 and mul_y =0, and right, the opposite.


    Example by BoxTail - click to see the parameters:


    And, just for fun, 2 examples of falloff blurring from my gallery:



    Trick 2. Other blurs
    Instead using falloff, you can use other blurs too. Or even combine different variations in one pre_linked transform.

    Left, blur_linear and right, blur_zoom.
     

    Left, radial blur and right, qwave.


    Example by BoxTail - click to see the parameters:


    From my gallery:



    Trick 3. Add small amount of blur to existing transforms
    Instead of doing all this xaos, just add a small amount of blur (like 0.0001 - 0.1) to either elliptic or splits transform. Or to both

    Left, 0.01 radial blur added to elliptic trasnform, and right, 0.05 sineblur added to splits transform:
     

    This one is only possible in Chaotica. Here, I added two instances of rays (one with 0.1 and one with -0.1) to splits iterator - two instances are needed to make the blurring symmetrical.


    Example by BoxTail - click to see the parameters:


    From my gallery:



    Trick 4. Spherical + pre_blur + spherical
    Using pre_blur in a combo with sphericals allows to achieve a falloff sort of effect.

    Starting with basic parameters, lets:
  • add a pre linked transform to splits
  • on this transform, replace linear with spherical
  • add a linked transform to this new transform
  • again, replace linear with spherical - this should make you fractal look like the starting params
  • add a bit of pre_blur to the second spherical
  • And you should get something like this: Spherical + pre_blur + spherical . On the image below, I used 0.1 pre_blur:


    The first spherical is optional, it just cancels the changes added by the second spherical.

    As a side note, this technique imho works best on bubbles / hemispheres. For example, an elliptic splits with a hole filled with hemisphere (and blurred using this technique):


    Examples by BoxTail - click to see the parameters:



    Also, I used this trick in two works below to blur the hemispheres:


    Related content
    Comments: 9

    semenocatya [2015-12-17 15:40:37 +0000 UTC]

    Огромное спасибо!!!!

    👍: 0 ⏩: 0

    MasterOfAnkh [2015-12-17 11:43:43 +0000 UTC]

    Even if I do nothing at present with Apophysis I'm going to this great guide remember. Thank you for sharing!

    👍: 0 ⏩: 0

    ABlipinTime [2015-12-16 07:39:42 +0000 UTC]

    Thanks!

    👍: 0 ⏩: 0

    fractal2cry [2015-12-14 15:17:16 +0000 UTC]

    ty so much for doing this!

    👍: 0 ⏩: 0

    bast4cats [2015-12-14 04:04:37 +0000 UTC]

    thanks guys , can't wait to try it out! 

    👍: 0 ⏩: 0

    b33rheart [2015-12-14 01:02:14 +0000 UTC]

    Super handy tutorial, many thanks to both of you.

    👍: 0 ⏩: 0

    Antares2 [2015-12-13 22:30:26 +0000 UTC]

    This is so welcome !!  Thanks so much.

    👍: 0 ⏩: 0

    tsahel [2015-12-13 19:00:54 +0000 UTC]

    interresting !

    👍: 0 ⏩: 0

    C-91 [2015-12-13 17:42:47 +0000 UTC]

    OMG TATY YES!

    👍: 0 ⏩: 0