File:Uf109.jpg

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(300 × 2,400 pixels, file size: 526 KB, MIME type: image/jpeg)

Captions

Captions

the exponential map: random zoom past a few minibrots and making a tree.

Summary[edit]

Description
English: the exponential map: random zoom past a few minibrots and making a tree. Below is Ultrafractal transformation formula implementing the "exponential map ( file with .uxf extension)
ExponentialMap {
;
; Vertical exponential transform.
; Make narrow high window (say 100X800), zoom, put point of interest at bottom.
; Turn on. Tweak with the 2 controls, and select appropriate width (depends on image,
; narrower for deeper zooms).
;
global:
  if (4 * #height < 3 * #width)
    pixeldim = 3/#magn/#height
  else
    pixeldim = 4/#magn/#width
  endif
  w = #width * pixeldim
  h = #height * pixeldim
  cc = #center
  c0 = cc - 1i/2 * h +0i*w -w/4 * @sh
  b = w/h*log(#magn) *@b
  a = 1i*w/b
transform:
    if @ison
      c = #pixel
      dc = a*(exp(-1i*b/w*(c-c0)))
      #pixel = c0+dc
    endif
default:
  title = "Exponential map"
  param ison
    caption = "On"
    default = false
  endparam
  float param b
    caption = "vert. control"
    default = 1.2
  endparam
  float param sh
    caption = "hor. shift"
    default = 0
  endparam
}
Date
Source https://fractalforums.org/ultrafractal/59/exponential-map-transform/1697/msg8580#msg8580
Author gerrit

Licensing[edit]

w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:59, 25 November 2022Thumbnail for version as of 15:59, 25 November 2022300 × 2,400 (526 KB)Soul windsurfer (talk | contribs)Uploaded a work by gerrit from https://fractalforums.org/ultrafractal/59/exponential-map-transform/1697/msg8580#msg8580 with UploadWizard

There are no pages that use this file.

Metadata