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

how to use renderview render original uiimage #118

Open
lotawei opened this issue Jul 12, 2021 · 4 comments
Open

how to use renderview render original uiimage #118

lotawei opened this issue Jul 12, 2021 · 4 comments

Comments

@lotawei
Copy link

lotawei commented Jul 12, 2021

No description provided.

@Dec22gln
Copy link

Dec22gln commented Jul 13, 2021

Picture -> RenderView ?

@lotawei
Copy link
Author

lotawei commented Jul 13, 2021

Picture -> RenderView ?

RenderView use other filter input --> filter --> renderView
Is there any way to remove the filter effect and display the original image?

@Dec22gln
Copy link

Dec22gln commented Jul 13, 2021

try:
1.remove source and targets :
picture.removeAllTargets()
filter.removeSourceAtIndex(0)
filter.removeAllTargets()

2.reset pipeline :
picture --> renderView

3.process again :
picture.processImage()

@lotawei
Copy link
Author

lotawei commented Jul 13, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants