The following code works fine on:
Corona Simulator (build 2182)
xCode Simulator (iMac and Macbook Air)
iPhone 5S
iPhone 3GS
[lua]
local i = display.newImageRect(“image.jpg”,100,100)
i.x = 160
i.y = 240
i.fill.effect = “filter.crystallize”
i.fill.effect.numTiles = 24
[/lua]
But on iPad 3, looks like this and slows to a crawl:
This effect is critical to my app so this is a real setback