UNPKG

@thi.ng/imago

Version:

JSON & API-based declarative and extensible image processing trees/pipelines

8 lines (7 loc) 137 B
const gammaProc = async (spec, input) => { const { gamma } = spec; return [input.gamma(gamma, 1), false]; }; export { gammaProc };