Magnification possible?

Can Corona replicate the iOS magnifying glass thing? I need to create a draggable magnifying glass. With better resolution and zoom than the iBooks one.

This will need to work with iPad 3 images

Any thoughts? [import]uid: 94653 topic_id: 25822 reply_id: 325822[/import]

Have a look through the forums - before Ansca provided the to-memory display object saving there were a number of solutions which used the save-to-disc method, but they had obvious performance problems. If you shared a faster solution I’m sure we’d all appreciate it. [import]uid: 8271 topic_id: 25822 reply_id: 104418[/import]

Couldn’t you use the xScale and yScale to increase scale to zoom in on the image.

Larry

DoubleSlashDesign.com [import]uid: 11860 topic_id: 25822 reply_id: 104455[/import]

Not sure exacly how you want it to work… But maybe have an identical image only of double res or whatever, and then let the magnifying glass be a mask displaying that image. Guess some tweaking and moving needs to be done but could work. [import]uid: 17969 topic_id: 25822 reply_id: 104492[/import]

Try this: http://developer.coronalabs.com/code/magnifying-glass [import]uid: 8271 topic_id: 25822 reply_id: 115304[/import]