This works. Just copy the alphadata from
an imported snapshot of the graphic
into the snapshot of the graphic with
ink effects applied:

put the windowID of this stack into CHOP 
put the rect of graphic 1 into REKT 
import snapshot from grc 1
set the name of last img to "grc_snapshot_with_alpha"
import snapshot from rect REKT of window CHOP
set the name of last img to "grc_snapshot_with_inks"
set the alphadata of img "grc_snapshot_with_inks" to the alphadata of img
"grc_snapshot_with_alpha"
delete img "grc_snapshot_with_alpha"

Alejandro




--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/snapshot-from-rect-XXX-without-card-tp4703100p4703106.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
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