Bitmap Plus
  • 👋Welcome
  • 🛠️COMPONENTS
    • Visualize
      • ⚫Prev Image
    • Create
      • ⚫Build Bitmap
      • ⚫Procedural Cellular
      • ⚫Procedural Noise
      • ⚫Procedural Fractal Pass
      • ⚫Image to Bitmap
    • Filter
      • ⚫Adjustment Filter
      • ⚫Effects Filter
      • ⚫Figure Filter
      • ⚫Sharpen Filter
      • ⚫Smooth Filter
      • ⚫Difference Filter
      • ⚫Extract Filter
      • ⚫Filtering Filter
      • ⚫Grayscale Filter
      • ⚫Levels Filter
      • ⚫Blob Filter
      • ⚫Canny Edge Filter
      • ⚫Dithering Filter
      • ⚫Edges Filter
      • ⚫Streak Filter
      • ⚫Threshold Filter
      • ⚫Convolution Filter
      • ⚫Iterate Filter
    • Edit
      • ⚫Swap 2 Channels
      • ⚫Replace Channels
    • Analysis
      • ⚫Bitmap Properties
      • ⚫Deconstruct Bitmap
      • ⚫Evaluate Bitmap
      • ⚫Get Pixel
    • Transform
      • ⚫Crop Image
      • ⚫Mirror Image
      • ⚫Polar Image
      • ⚫Move Image
      • ⚫Resize Image
      • ⚫Rotate Image
      • ⚫Scale Image
      • ⚫Shrink Image
    • Layers
      • ⚫Merge Images
      • ⚫Set Layer
      • ⚫Modify Layer
      • ⚫Transform Layers
    • File
      • ⚫Open Bitmap
      • ⚫Save Bitmap
    • Vectorize
      • ⚫Bitmap Blobs
      • ⚫Bitmap Corners
      • ⚫Bitmap Shapes
      • ⚫Trace Bitmap
  • 🔗Dependencies
Powered by GitBook
On this page
  • Description
  • Fractal Mode
  • Usage
  1. COMPONENTS
  2. Create

Procedural Fractal Pass

Generate a procedural fractal pass on Cellular or Noise

PreviousProcedural NoiseNextImage to Bitmap

Last updated 3 years ago

Description

Generate a procedural fractal pass on Cellular or Noise

Name | Procedural Fractal Pass

Nickname | Fractal

Tab | Bitmap

Panel | Create

Division | 2

N | Noise (B+ Noise) | A Bitmap Plus Noise object

M | Mode (Integer) | The noise fractal mode

O | Octaves (Integer) | The amount of noise layers used to create the fractal

L | Lacunity (Number) | The frequency multiplier between each octave

G | Gain (Number) | The relative strength of noise from each layer when compared to the last

I | Image (B+ Image) | A Bitmap Plus Image

N | Noise (B+ Noise) | A Noise object for input into the Noise Fractal component

Save Image | Opens a file save dialog to save a raster file of the current image.

Copy Image to Clipboard | Copies the image to the clipboard (no alpha)

Fractal Mode

Fractal Mode Enumerable
  • FBM= 0

  • Billow = 1

  • Rigid = 2

Usage

🛠️
⚫