Import or export snapshot at current scaleFactor
    Jim Lambert 
    jiml at netrin.com
       
    Wed Apr  5 19:14:10 EDT 2017
    
    
  
Terry,
Try this
	import snapshot from ObjRef at size (the width of ObjRef * scaleBy),(the height of ObjRef * scaleBy)
Where ObjRef is the object whose snapshot you want to import and scaleBy is the scaling factor. So something like:
	import snapshot from grp 1 at size (the width of grp 1 * 2),(the height of grp 1 * 2)
If that produces an the image you need just change the command to an export snapshot command.
Jim Lambert
    
    
More information about the use-livecode
mailing list