Page 1 of 1

import snapshot

Posted: Sun Mar 23, 2014 2:25 am
by Dixie
I have been using the following in LC 6.5.2 to take a snapshot of an area of a map, hiding the map and replacing it with the snapshot...

Code: Select all

set the margins of the templateImage to 0
import snapshot from rect (0,40, the width of card "map", the height of card "map" -40 )
set the name of the last image of card "map" to "mapic"  
LC 6.6 does not like this at all !... it makes the snapshot about a quarter of the size in width but it seems to squash it a little in the vertical too... I have tried the new snapshot syntax with at size, but can't get it to play...Anyone found out how to take a snapshot in LC 6.6 yet ?

Re: import snapshot

Posted: Wed Mar 26, 2014 5:42 pm
by James Little
Hey Dixie,

I had the same issue with "export snapshot from rect the screenRect". The image was squashed as well. When I tried export snapshot from this card it worked fine. I think it's probably a bug.

-Todd

Re: import snapshot

Posted: Thu Mar 27, 2014 5:40 pm
by Dixie
Todd..

I submitted a 'bug' report about this... It has been confimed as a bug..