-- Sample script for GraphicConverter tell application "GraphicConverter" activate change colors of window 1 to bit depth 8 with dither and grayscale rotate window 1 to angle 90 set image dimension of window 1 to {200, 200} end tell