This document is a Python script for GIMP that converts the active layer of an image to grayscale. It includes functions to start and end an undo group for the operation, ensuring it can be undone in one step. The script is registered in GIMP with a unique name and menu path for easy access.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
5 views1 page
Convert To Grayscale
This document is a Python script for GIMP that converts the active layer of an image to grayscale. It includes functions to start and end an undo group for the operation, ensuring it can be undone in one step. The script is registered in GIMP with a unique name and menu path for easy access.