-
Notifications
You must be signed in to change notification settings - Fork 214
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
Scanlines: Possibility to set custom height (1px, 2px, …) + Operated in WYSIWYG full screen editor #287
Comments
doesn't seem useful, but since the code is done I'll keep it notaz/pcsx_rearmed/#287
This was easy to add (on the source) but it doesn't look that good. It can't be added to the destination because the hardware scaler is used and there is no software access to the resulting image (it's on it's way to the LCD already). Maybe something could be achived with the OMAP filtering coefficients, but that would require some lengthy research.
Too much work. |
Ad 1) Setting the scanlines on source rather than destination: As I understand it: Then they will only be properly scaled if you use a full integer scaling. Otherwise will fall victim to interpolation (on the boundary pixel lines at least) and this will get a blurry mess. But a few golden values will properly result in crisp results, which I will soon find out by some theoretical calculations and practical experiments. Looking forward to it. Ad 1) OMAP filtering coefficients: How are the chances that you or other developers look into that? Should I raise a call/interest in the Pandora forums? Ad 2) WYSIWYG editor too much effort. I accept that ofc. Out of curiosity: Where in particular is the effort in this? I had assumed that the WYSIWYG editor is written in a generic way and that my request would just be another instance of it. Using the current frame and then piping it through the filter whenever the user changes a value in the editor. But in reality this seems to be more complicated. |
doesn't seem useful, but since the code is done I'll keep it notaz/pcsx_rearmed/#287
Environment
Reproduction
scanlines: 0 or 1
)scanline_level: 0 - 64
, Note: Numerical values in config files are hexadecimal and without prefix #285Feature Request 1: You can set the scanline height (thickness)
scanline_height
)Feature Request 2: Scanline settings in fullscreen WYSIWYG editor
The text was updated successfully, but these errors were encountered: