Search found 1 match

by jrmitchell
Sat Jun 24, 2017 5:57 am
Forum: Technical Support
Topic: Applescript or GC settings
Replies: 1
Views: 2581

Applescript or GC settings

Hi, I'm using Applescript to open a .png file (created in OmniGrafflePro) using this code tell application "GraphicConverter 10" open exportFile tell window 1 #activate delay 2 set s to image dimension set w to item 1 of s set h to item 2 of s set selection to {0, 0, w, h} -- "Select ...