Crystallize effect does not work on iPad 3

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:

1779189_10152151490307740_464232202_n-1.

This effect is critical to my app so this is a real setback :frowning:

Got hold of an iPhone 4S - same issue occurs on that.

Can you put together a sample project we can look at?

Rob

http://www.otterstudios.co.uk/Sample.zip

Sample app loads a jpg and png, neither works on iPad 3 or 4S.

I also ran another test with 6 more filters:

FAILED - frostedGlass

OK - woodCut, scatter, pixelate, bulge, blurGaussian.

Nick, I see it too on my iPhone 5 and IPad 4.  Please file a bug report with your sample project please.

Rob

Reported: case 31178.

Rob, could you check this bug has been logged as I can’t find it in the case list? Thanks.

Hi Nick,

Can you please test these in the latest public build (2189)? The engineers did some tweaks to make some filters/shaders more compatible on some devices, and it may have improved these (but I’m not sure).

Thanks,

Brent

Yes it’s in the database

Thanks Rob. 

Brent - I did test with the latest build (2189) when I made the sample project, the same issue occured.

Nick

It’s also doesn’t work on iPod touch 5th generation, ios7.1 for Crystal effect.

and also frostedGlass fail on iPhone5s…

Any progress on this bug? I have a project all ready to go once this is fixed.

Engineering is looking into it. 

Rob

Any update on Crystal effect fail on iPod touch 5th generation…?

I’m pretty sure this is being investigated at the moment… I’ll try to get confirmation from engineering.

Best regards,

Brent

This should be fixed in the latest daily build. Please let us know if you’re having any further problems. Thanks!

Got hold of an iPhone 4S - same issue occurs on that.

Can you put together a sample project we can look at?

Rob

http://www.otterstudios.co.uk/Sample.zip

Sample app loads a jpg and png, neither works on iPad 3 or 4S.

I also ran another test with 6 more filters:

FAILED - frostedGlass

OK - woodCut, scatter, pixelate, bulge, blurGaussian.

Nick, I see it too on my iPhone 5 and IPad 4.  Please file a bug report with your sample project please.

Rob