Binning

TD COMPs / TOPs / 2023 – Present

Pixel binning is the process of grouping neighboring pixels into fixed‐size blocks and replacing each block with a single representative value. In imaging, this is often used for controlled downsampling, noise reduction, spatial pooling, or block‐based abstraction. Rather than simply resizing an image, binning applies a defined statistical operation.

At the moment, this category is fairly minimal and contains a single Binning COMP focused on operation‐driven downsampling. The direction of this section is still open‐ended. As new workflows emerge — whether analytical, structural, or stylistic — more components may find a home here. If you have ideas for future additions to this category, feel free to reach out — I’m always interested in expanding the toolkit in meaningful ways.

Index:
Binning

Binning

Block‐Based Image Reduction

This component provides intentional control over how image detail is collapsed through block aggregation. Instead of relying on generic resampling, pixel binning groups neighboring pixels into fixed‐size regions and replaces each region with a representative value defined by a selected operation.

Depending on the chosen method, a bin can preserve dominant tones (Mode), accumulate intensity (Summation), compute central tendency (Average), or isolate extremes (Maximum / Minimum). Because the reduction is discrete and rule‐driven, binning functions both as a technical tool for resolution management and as a stylistic device for block‐based abstraction.

Unlike conventional resizing, which interpolates between pixels, binning enforces structural segmentation. This makes it useful not only for downsampling, but for spatial pooling, noise consolidation, data compression experiments, and graphic simplification workflows.

Resources:

Download the .tox files

Parameters

Bine Size:

Defines the width and height of each pixel block used for downsampling. A Bin Size of 16 processes 16×16 pixel regions into a single output pixel.

Operation:

Specifies how pixel values within each bin are combined: Mode, Summation, Average, Maximum, or Minimum.

Quantization:

Active only when Operation is set to Mode. Reduces value precision within each bin to improve matching frequency detection. Higher values increase quantization steps.

Method:

Active only when Operation is set to Average. Specifies how the bin’s representative value is calculated: Mean, Median, or Medoid.


Comparator:

Determines how pixel alpha values are evaluated against the Alpha Threshold. Defines which pixels are included in the bin calculation.

Alpha Threshold:

Sets the alpha value used by the Comparator to determine which pixels contribute to the downsampling operation.

In‐ / Outputs

Input 0TOP image to be processed.

Output 0TOP Downsampled image.

Updated17/2/2026