pixelation_utils library
Classes
- PixelationBlock
- Data class to hold pixelation results for a single block.
- PixelationComputeData
- Input data for the pixelation computation isolate.
Functions
-
computePixelationData(
PixelationComputeData data) → List< PixelationBlock> -
Computes the pixelated representation of an image.
Designed to be run in an isolate via
compute
. Uses the 'image' package for easier pixel access and averaging.