ImageAlphaCrop method
Implementation
void ImageAlphaCrop(
ImageD image,
num threshold,
) => run(
() => 'ImageAlphaCrop($image, $threshold)',
() => rl.Temp.Image$.RefUpdate1(image,
(p) => rl.Core.ImageAlphaCrop(
p,
threshold.toDouble(),
),
),
);