REM Created in CorelPhotoPaint Version 9.337 REM Created On Saturday, October, 09, 1999 by linkaxdx ' This micro script produces a rich monochrome effect that ' preserves the saturation map of the original image in red. ' This simple script can be called in batch processing files ' to see its effect on many images. At times this "enriched" ' monochrome is far more lively than a conventional monochrome. WITHOBJECT "CorelPhotoPaint.Automation.9" .MaskSelectAll .ObjectCreate TRUE .EndObject .ImageDesaturate .EndColorEffect .ObjectMergeMode 10 .ObjectSelectNone .ObjectSelect 1, TRUE .EndObject .ObjectMerge FALSE .ObjectSelectNone .ObjectSelect 1, TRUE .EndObject END WITHOBJECT