There are 2 ways to import a image file:
There are 6 modes of pixel sorting
Modes | Description |
---|---|
Random |
Randomly generate intervals. Distribution of widths is linear by default. Interval widths can be scaled using character length . |
Edges |
Performs an edge detection, which is used to define intervals. Width can be adjusted with lower threshold slider. |
Threshold |
Intervals defined by lightness thresholds; only pixels with a lightness between the upper and lower thresholds are sorted. |
Waves |
Intervals are waves of nearly uniform widths. Control width of waves with character length . |
Reference |
Intervals taken from another specified input image. Should be black and white, and the same size as the input image. |
Border |
Sort whole rows, only stopping at image borders. |
Sorting function | Description |
---|---|
Lightness |
Sort by the lightness of a pixel according to a HSL representation. |
Hue |
Sort by the hue of a pixel according to a HSL representation. |
Saturation |
Sort by the saturation of a pixel according to a HSL representation. |
Intensity |
Sort by the intensity of a pixel, i.e. the sum of all the RGB values. |
Minimum |
Sort on the minimum RGB value of a pixel (either the R, G or B). |
Import Reference Image
: select the reference image from where the intervals will be taken, (drag and drop is also supported in that region)Clean Edges
: Intevals defined by performing edge detection on the reference file.
The reference image size should match with the imported image!
Masking helps you to achieve the pixel sorting effect in a specific region of image.
(Control+Z supported, right click to switch tools)
You can also import a saved mask, and remove the mask:
You can reset all settings and toggle themes, in the help section you can check for updates and open documentation.
PNG
: Save the output image with RGBA configurarion (transparency included)JPG
: Save the output image with RGB configuration (no transparency)
- You can double click on the image for live rendering
- You can also press to render the image
- You can press key to force quit the application
- You can scroll up/down in the image to zoom