Convert to greyscale
Simple conversion of a color image to grayscale.
INPUT
OUTPUT
JavaScript
// Convert to greyscale
// grayscale.js
//!OUTPUT: OUTPUT
// Convert to grayscale
Engine.loadImage(INPUT).grayscale().save(OUTPUT);
// © 2026 Michael Lechner · mlc OpticScript · https://mlcgo.eu · Elastic License 2.0