DOCS



MODES


IMAGE MODE:

For editing a single image.

ANIMATION MODE:

Animation mode creates an animation from a single image.
The sorted images will be saved into a folder named /*FILENAME*_animation, where *FILENAME* is the name of the currently loaded image.
ADDITIVE ANIMATION, when enabled, will stack consecutive sorts together, so each sorting pass will act on the previously sorted frame. When disabled, each frame will only be sorted once.

VIDEO MODE:

Video mode sorts many frames from a video in succession. A timeline containing every frame will be available.
Click any image in the timeline to view it in the editing window.
Click PREVIEW to preview the sorting effect on the selected image.
If OUTPUT ONLY FRAMESsaves the sorted video frames into a folder.

GENERAL PARAMETERS


DIRECTION:

Changes the angle/direction of the sorting path.

QUANTITY:

Defines the percentage of intervals to sort. The chance that an interval is sorted is random, and scales with this percentage.

LOOPS:

The amount of times to sort the image.

SORTING MODES


Selects the way an interval is sorted.

HUE, SATURATION, BRIGHTNESS:

Sorts by the Hue, Saturation, or Brightness of each pixel, from an HSV/HSB colorspace.

RGB VALUE:

Sorts by the Red, Green, or Blue value of each pixel, from the RGBA colorspace.

INTENSITY:

Sorts by the sum of the RGB values of each pixel.

MINIMUM:

Sorts by the lowest of the RGB values of each pixel.

ALPHA:

Sorts by the Alpha value of each pixel, from the RGBA colorspace.

RANDOM:

Sorts by a random sorting mode.

INVERSE:

Switches from sorting by ascending order to descending order.

TARGET MODES


TARGET defines the start of sorting intervals.

THRESHOLD targets are defined by the change in pixel values.
ALL targets the entire image.

INCLUSIVE THRESHOLD:

Everything within the upper and lower thresholds will be targeted.

EXCLUSIVE THRESHOLD:

Everything outside the upper and lower thresholds will be targeted.

TRIGGER MODE:

Defines the value of the pixel to be compared to the thresholds. For example, this enables intervals to be defined by HUE thresholds while sorting the intervals by BRIGHTNESS.
MATCH SORT, when enabled, automatically matches the TRIGGER MODE to the selected SORT MODE.

INTERVAL MODES


THRESHOLD ends intervals by the change in pixel values.

RANDOM intervals have lengths selected at random.

ALL intervals are ended at the end of the image, unless MAX & MIN LENGTH are set.

INTERVAL SCALE:

Scales the interval by a percentage of the image length.

INTERVAL SHIFT:

Shifts the interval by a percentage of its length within its position. Useful for creating a 'flow' effect in videos and animations.

MAX & MIN LENGTH:

Defines the maximum or minimum length of the intervals.

RANDOM OFFSET:

Randomly varies the interval length by a percentage of its length.

INTERVAL SHIFT:

Shifts the interval by a percentage of its length within its position. Useful for creating a 'flow' effect in videos and animations.

EFFECT PARAMETERS


GRADIENT:

Replaces the interval with a gradient from the first to last pixel.

START & END COLOR:

Replaces the first, last, or both pixels with custom values.

FEATHER START & END:

Creates an opacity gradient from the start or end of the interval to its middle.

SMOOTHING:

Blurs the image before sorting, potentially creating a smoother effect.

INTERVAL BLUR:

Blurs each individual interval, potentially creating a smoother effect.

PATH MODES & PARAMETERS


Defines the path of the sorting effect.

LINEAR

LINEAR:

Sorts in straight lines.

LINEAR SPIRAL:

Sorts in a spiral shape with 90° turns.

PATH SIZE:

Changes the thickness of the interval, up to 100px in height. Produces a blockier effect.

CURVE

CURVE:

Sorts in the shape of a defined curve.

PATH SIZE:

Changes the thickness of the interval, up to 100px in height. Produces a blockier effect.

SCALE:

Scales the size of the curve.
For a semi-circle with a radius of the image width, set the SCALE to 100% or -100%.

CURVE QUALITY:

Adjusts the "smoothness" of the curve. The lower the value, the rougher the curve would be.

WAVE & ZIG ZAG

WAVE:

Sorts in the shape of a wave.

ZIG ZAG:

Sorts in the shape of an angular wave.

PATH SIZE:

Changes the thickness of the interval, up to 100px in height. Produces a blockier effect.

LENGTH:

Defines the length of a single wave. It is the percentage of the image width.

HEIGHT:

Defines the height of a single wave. It is double the percentage of the image height.

ORIGIN:

Defines the starting position of the waves. Displaced by a percentage of the image width.

CURVE QUALITY:

Adjusts the "smoothness" of the curve. The lower the value, the rougher the curve would be.

BASE LAYER & MASK


BASE LAYER:

Allows the definition of intervals from a different image. The intervals to be sorted will be sorted on the currently loaded image.
The base layer must have the same dimensions as the loaded image.

MASK:

Masks the output with a selected image.

CREATING A MASK::

With your photo editor of choice, create an image with the same dimensions as the source image. Draw pure black RGB(0, 0, 0) where you want to mask, and pure white RGB(255, 255, 255) everywhere else. You can invert the mask when it's selected.

OUTPUT PARAMETERS


JPEG/PNG:

Changes the output format of the image.

OUTPUT ONLY AFFECTED:

Only outputs the sorted pixels, with everything else being transparent. Best used for editing in post. Transparency is only available when saved as a PNG, otherwise it will be replaced with black pixels.