Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image blurRadius #2631

Closed
marlenecota opened this issue Jun 18, 2019 · 0 comments
Closed

Image blurRadius #2631

marlenecota opened this issue Jun 18, 2019 · 0 comments
Assignees
Labels
API: Completion Area: Image Deliverable Major item tracked for top-level planning in ADO Partner: Facebook
Milestone

Comments

@marlenecota
Copy link
Contributor

marlenecota commented Jun 18, 2019

Split out from #2111
https://facebook.github.io/react-native/docs/image#blurradius

Not directly supported by Image element. Would need to drop down the Composition for this. One possible proposal (using RS2 APIs):
-Create a XamlCompositionBrushBbase and use this to fill the background of a Panel (eg Canvas)
-The XCBB would create a Composition EffectBrush for the blur, and a LoadedImageSurface as the input.

Use GaussianBlurEffect and CompositionEffectBrush in ReactImage

@marlenecota marlenecota self-assigned this Jun 18, 2019
@ghost ghost added the Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) label Jun 18, 2019
@kmelmon kmelmon added this to the vNext Milestone 3 milestone Jun 19, 2019
@kmelmon kmelmon added ready for dev and removed Needs: Triage 🔍 New issue that needs to be reviewed by the issue management team (label applied by bot) labels Jun 19, 2019
@chrisglein chrisglein changed the title [Image] Implement blurRadius Implement blurRadius Aug 10, 2019
@marlenecota marlenecota changed the title Implement blurRadius Image blurRadius Oct 31, 2019
@chrisglein chrisglein removed the vnext label Mar 18, 2020
@chrisglein chrisglein modified the milestones: 0.62 (M5), Backlog Apr 9, 2020
@chrisglein chrisglein modified the milestones: Backlog, 0.63 (M6) Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API: Completion Area: Image Deliverable Major item tracked for top-level planning in ADO Partner: Facebook
Projects
None yet
Development

No branches or pull requests

4 participants