-
Notifications
You must be signed in to change notification settings - Fork 22
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
request for showing pixel value and position infomation #20
Comments
By position information, do you mean the x/y coordinates? That should be possible. However, I don't think querying the pixel values will be possible without some crazy workaround (sadly). |
yes, position information means x/y coordinates. |
I'll keep this open, thinking about it it might not be impossible |
So far impossible only via mpv itself. mpv-player/mpv#10214 |
Yes. My idea was to take a screenshot to a temporary location and sample the pixel information from there |
can we have a function that show the value and position infomation of a pixel that cursor point to?
The text was updated successfully, but these errors were encountered: