francescoalemanno/alpha_reduce
A Zig utility for converting images to greyscale with alpha channel transparency based on statistical thresholding.
7144f698850afd968fa87e04b95343d819912a33
A Zig utility for converting images to greyscale with alpha channel transparency based on statistical thresholding.
_t.png
suffixalpha_reduce image1.jpg image2.png image3.bmp
Processes each input file and creates corresponding *_t.png
outputs.
mean - 1.9 × standard_deviation
Requires Zig and the zigimg
library.
zig build