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

[Feature Request] Integer scaling #483

Closed
donmor opened this issue Jun 17, 2022 · 5 comments
Closed

[Feature Request] Integer scaling #483

donmor opened this issue Jun 17, 2022 · 5 comments

Comments

@donmor
Copy link

donmor commented Jun 17, 2022

To be honest, I thought Pixel Perfect in Video Filter is to literally make it pixel-perfect, by using integer scaling, but I was wrong. So is it practicable to implement an Integer filter? It may useful on real CRTs.

@donmor
Copy link
Author

donmor commented Jun 17, 2022

Another Useful option for CRTs is Super resolution, which locks vertical resolution to the original and only scales horizontally.

@donmor
Copy link
Author

donmor commented Jun 17, 2022

This may be done by minor tweaks in XYWHTo4points and vertexArray.

@donmor
Copy link
Author

donmor commented Jun 17, 2022

Maybe I can have a try at implementing this by myself... Although I'm green in Go.

@donmor
Copy link
Author

donmor commented Jun 17, 2022

Proved practical. Now considering creating PR to master branch.
2022-06-17 21-42-50

@donmor
Copy link
Author

donmor commented Jun 18, 2022

Closing this as there's already a PR here (#485 ).

@donmor donmor closed this as completed Jun 18, 2022
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

1 participant