How to perform 'Grayscale Image' in Ada.
-- Task: Grayscale Image
-- Language: Ada
procedure grayscale_image() is begin
-- Implementation for Grayscale Image
-- TODO: Implement core logic here
-- Step 1: Prepare data
-- Step 2: Process Grayscale Image
Put_Line("Done");
end;