Cropping a referenced image
Stephen MacLean
smaclean at madmansoft.com
Tue Aug 14 12:24:58 EDT 2018
> On Aug 14, 2018, at 12:18 PM, Stephen MacLean via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> set the text of checkImgID to empty
>
> export snapshot from rect (rect of cropRectID) of checkImgID to tTempCrop as JPEG
>
> set the text of heroImgID to tTempCrop
This should be this:
> set the text of checkImgID to empty
>
> export snapshot from rect (rect of cropRectID) of checkImgID to tTempCrop as JPEG
>
> set the text ofcheckImgID to tTempCrop
Sorry!
Steve MacLean
More information about the use-livecode
mailing list