Skip to content

Latest commit

 

History

History
77 lines (53 loc) · 3.45 KB

Documentation.md

File metadata and controls

77 lines (53 loc) · 3.45 KB

Documentation

Importing a file

There are 2 ways to import a image file: Screenshot

SETTINGS

There are 6 modes of pixel sorting

Common Parameters

Screenshot

Mode based Parameters

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 Functions

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).

Reference Mode

Screenshot

  • 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

Masking helps you to achieve the pixel sorting effect in a specific region of image.

  • Drawing a mask of imported image: Screenshot

Masking Window

Screenshot 2023-11-09 140102 (Control+Z supported, right click to switch tools)

Result

Screenshot

You can also import a saved mask, and remove the mask: Screenshot

Other Options

You can reset all settings and toggle themes, in the help section you can check for updates and open documentation.

Export

Screenshot

  • PNG: Save the output image with RGBA configurarion (transparency included)
  • JPG: Save the output image with RGB configuration (no transparency)

Other Features

  • 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

That's all, enjoy experimenting...