Originally Posted by
george013
This should be a normal way for a non parametric editor.
Load image in memory.
Call procedure Darken(x,y,z,....)
Call procedure Levels(.....)
Call procedure Saturisation(.....)
etc.
Save.
In a parametric editor it would be something like
Load image in memory. Create CommandList.
Call procedure Darken(x,y,z,....), Add procedure to commandlist
Call procedure Levels(.....) Add procedure to CommandList
Call procedure Saturisation(.....) Add procedure to CommandList
etc.
Save CommandList to disk.
George