tidev / hyperloop-examples

Native Hyperloop examples in Titanium.
https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Guide/Hyperloop/
79 stars 49 forks source link

Android: Use image from ImageView in blur example #79

Closed m1ga closed 4 years ago

m1ga commented 6 years ago

Instead of creating an empty Bitmap we will use the image provided by the ImageView to add a blur and paint:

screenshot_20181008-185846

jquick-axway commented 4 years ago

Sorry for the late 2 year response.

I agree, the example should blur an image. That would be a more practical example. PR #86 will do this... plus that PR will make the example work more like iOS by showing a Blur/Unblur button so that the end-user can see a before/after image example.

I'm going to close this PR in favor of the other PR. https://github.com/appcelerator/hyperloop-examples/pull/86