Thanks Jim, that’s perfect! I don’t know how many times I’ve looked at the 
import/export command in the dictionary and not seen the size modifier.

Much appreciated.

Terry...

On 6/04/2017 9:14 am, "use-livecode on behalf of Jim Lambert via use-livecode" 
<use-livecode-boun...@lists.runrev.com on behalf of 
use-livecode@lists.runrev.com> wrote:

    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
    
    _______________________________________________
    use-livecode mailing list
    use-livecode@lists.runrev.com
    Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:
    http://lists.runrev.com/mailman/listinfo/use-livecode
    
    

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to